-
Notifications
You must be signed in to change notification settings - Fork 5.3k
the upstream receive // path #26055
Copy link
Copy link
Open
Labels
area/httpbugno stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue
Description
like envoy doc configured, use pathSeparatedPrefix and pre_rewrite is "/":
the pathSeparatedPrefix "/om/backend" would watch
- /om/backend
- /om/backend/
- /om/backend/v1
- /om/backend?param=true
reference envoy docs:
but the upstream receive double "/"
the pre_rewrite is not "/" work fine:
I think we should trim the double "/" when the prefix_write is "/" and the prefix is pathSeparatedPrefix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/httpbugno stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue




