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

Moved unquoting of slashes in url to after routing #478

Closed
wants to merge 1 commit into from
Closed

Moved unquoting of slashes in url to after routing #478

wants to merge 1 commit into from

Conversation

Mattias-
Copy link

The unquoting of slashes is done before routing and this is creating an unexpected behavior.
See the following related issue in the repo for flask:
pallets/flask#900

@@ -834,6 +834,7 @@ def __init__(self, map):
self.map = map

def to_python(self, value):
value = value.replace('%2F', '/')

This comment was marked as off-topic.

This comment was marked as off-topic.

@untitaker
Copy link
Contributor

The linked issue was closed.

@untitaker untitaker closed this Aug 25, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants