-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Multiple slashes in path is not working #1644
Comments
@QianChenglong please post demo example and curl command, thanks! |
@QianChenglong I want to know which scenario use |
The user of API is others, can not be controlled. |
Now gin can set |
I had tried that feature.It rediect by 307.But which i need and other router supports direct process. |
ref: #789 |
|
This will also cause Path Parameters to get missed. |
This will reduce the number of times we have todo a redirect. and allow multiple slashes in path to be routed! fixes gin-gonic#1644
This will reduce the number of times we have todo a redirect. and allow multiple slashes in path to be routed! fixes #1644
Description
Multiple slashes in path can't be routed!
In stdlib http, the ServeMux use
cleanPath
onpath
.Screenshots
The text was updated successfully, but these errors were encountered: