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

Handle Url Encoded Urls #128

Closed
brycefisher opened this issue Aug 9, 2014 · 2 comments
Closed

Handle Url Encoded Urls #128

brycefisher opened this issue Aug 9, 2014 · 2 comments
Assignees

Comments

@brycefisher
Copy link
Contributor

@zzmp - currently, urls with url-encoded values cause Iron to silently fail (or trigger the on_error() method). This is true even outside query parameters. Apparently, we need to use rust-encoding to properly handle these values.

@zzmp
Copy link
Member

zzmp commented Aug 10, 2014

@brycefisher, when you observed this, did you have any middleware linked in? Could you show me a code sample?

@zzmp zzmp self-assigned this Aug 10, 2014
@brycefisher
Copy link
Contributor Author

Oops -- looks like a router specific issue. I think this repo is fine :-)

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