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

Only unquote on string casts #74

Merged
merged 5 commits into from
Jul 19, 2023
Merged

Only unquote on string casts #74

merged 5 commits into from
Jul 19, 2023

Conversation

ahopkins
Copy link
Member

Fixes #73

@ahopkins ahopkins merged commit 412f75d into main Jul 19, 2023
8 checks passed
@ahopkins ahopkins deleted the issue73 branch July 19, 2023 13:00
@xmcp
Copy link

xmcp commented Jul 19, 2023

Will this fix correctly unquote urlencoded-numbers?

E.g., /test/%31%32%33 for /test/<x:int>, where x should be 123.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"unquote=True" breaks int path parameters
3 participants