Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prioritize method matching #789

Merged
merged 2 commits into from
Jun 26, 2023
Merged

Commits on Jun 26, 2023

  1. Prioritize method matching

    Problem: A recent clarification in the gateway API stated that methods are prioritized higher than headers when matching. We were not abiding by this order.
    
    Solution: Check for methods to prioritize rules before we check headers.
    sjberman committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d67a16f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356e9d6 View commit details
    Browse the repository at this point in the history