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

route should put urldecoded values in rqParams #33

Closed
MedeaMelana opened this issue Nov 23, 2010 · 1 comment
Closed

route should put urldecoded values in rqParams #33

MedeaMelana opened this issue Nov 23, 2010 · 1 comment

Comments

@MedeaMelana
Copy link

Because the variable capturing of route captures only url parts (e.g. parts between slashes) it makes sense to urldecode the captured values before putting them in the Params map.

E.g. when running the example web application that comes with snap init I expect that browsing to http://localhost:8000/echo/%3C produces a <, not the encoded version %3C.

@mightybyte
Copy link
Member

Fixed with commit 547cf82

This issue was closed.
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

No branches or pull requests

2 participants