Description:
Envoy currently does not collapse multiple slashes in a row into one for request uri paths.
For example: //a/b/c or /a///b/c into /a/b/c.
Both Nginx and Apache do optionally perform such operation, is it something Envoy could consider to do as well?
Relevant Links:
Description:
Envoy currently does not collapse multiple slashes in a row into one for request uri paths.
For example:
//a/b/cor/a///b/cinto/a/b/c.Both Nginx and Apache do optionally perform such operation, is it something Envoy could consider to do as well?
Relevant Links: