You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What issue is being seen? Describe what should be happening instead of
the bug, for example: Envoy should not crash, the expected value isn't
returned, etc.
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: