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

latin encoded urls raise 500 #2047

Closed
shredding opened this issue Oct 28, 2015 · 4 comments
Closed

latin encoded urls raise 500 #2047

shredding opened this issue Oct 28, 2015 · 4 comments

Comments

@shredding
Copy link

Please double check with this ticket: https://code.djangoproject.com/ticket/25623

I testet on a pyramid app as well and it raises "URLDecodeError: 'utf8' codec can't decode byte 0xf6 in position 11: invalid start byte" (urldispatch.py, line 86)

http://www.pylonsproject.org/Raumh%F6he.htm

@shredding
Copy link
Author

For clarification, just add Raumh%F6he to any url of a pyramid powered app and it will raise a server error.

@digitalresistor
Copy link
Member

Yeah, this is an issue in WebOb: Pylons/webob#161

@digitalresistor
Copy link
Member

Also see: #1374

@mmerickel
Copy link
Member

Closed as a dup of #1374.

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

3 participants