-
Notifications
You must be signed in to change notification settings - Fork 490
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
question about path match order? #2974
Comments
xref: for istio, please see istio/istio#50108 |
previous discussion on path precedence in #1770 |
@arkodg so what the conclusion? |
Digging through - https://github.com/kubernetes-sigs/gateway-api/pull/1855/files#r1146317544 Using RegularExpressions means you let the implementation decide on the precedence |
the current spec (and conformance tests test this) specifies Exact > Prefix precedence |
thanks! |
there's an sample httproute as follows:
I test with EnvoyGateway, Contour and Kuma (all of them base on envoy)but got different result:
Is there a guidance tell vendor how to implement the route match?
The text was updated successfully, but these errors were encountered: