-
Notifications
You must be signed in to change notification settings - Fork 139
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
Remove the trailling slash for every requests #3760
Conversation
@nono could you give me a little help here? I don't understand why the integration tests fail. It doesn't seems to be a flacky test. |
The logs say:
It is weird, it looks like |
Well, I think it is |
Sadness 😞 . Will try to find a solution |
Middleware documentation: https://echo.labstack.com/middleware/trailing-slash/
Previously a Group matching `"/"` was used but this match was matching all the sharing path and the middleware was applied to incorrect paths
It looks like a bug from echo. Maybe you can open an issue and/or a PR. |
I think the issues is with I tried to remove this group and add the middleware to all the required paths |
And it works 🎊 |
Middleware documentation: https://echo.labstack.com/middleware/trailing-slash/
Fix #1876
Fix #3702