-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Routing considers quoted slashes (%2F) as slashes. #477
Labels
Comments
I added a pull request that does fix this issue. |
The original issue was closed. You might find this interesting:
|
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The unquoting of slashes is done before routing and this is creating an unexpected behavior.
This issue is a copy of the following related issue in the repo for flask:
pallets/flask#900
The text was updated successfully, but these errors were encountered: