-
Notifications
You must be signed in to change notification settings - Fork 360
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
replacePrefixMatch broken in main #4331
Comments
this was supposed to be fixed with #3990 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
@arkodg do we have e2e for this now? |
I dont think so, added this to v1.2.0 so we can add something and ensure there's no regression |
now this exists in 1.2.1 release. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
still valid |
Description:
with envoy gateway 1.1 I was using following spec
So my goal is to add
/docs/
prefix to all url paths. So it will be modified like/docs/<originalpath>
.With latest main the request path was modified only
/docs<originalpath>
(NOTE! missing last slash)However, with latest main it will not add the ending slash anymore. I was forced to use
to get same behaviour working.
Repro steps:
Environment:
eg 1.1 (envoy 1.31) and main (with envoy distroless-devel)
Logs:
The text was updated successfully, but these errors were encountered: