Skip to content
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

http: Duplicate slashes in the path #7611

Closed
euroelessar opened this issue Jul 17, 2019 · 0 comments · Fixed by #7621
Closed

http: Duplicate slashes in the path #7611

euroelessar opened this issue Jul 17, 2019 · 0 comments · Fixed by #7621
Assignees
Labels
enhancement Feature requests. Not bugs or questions.
Milestone

Comments

@euroelessar
Copy link
Contributor

euroelessar commented Jul 17, 2019

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:

@mattklein123 mattklein123 added the enhancement Feature requests. Not bugs or questions. label Jul 18, 2019
@mattklein123 mattklein123 added this to the 1.12.0 milestone Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests. Not bugs or questions.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants