-
Notifications
You must be signed in to change notification settings - Fork 203
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
[bug] 502 Bad Gateway on entering a utf-8 string in URL field. #1995
Comments
Additional tests.
|
Ah! good. I was afraid it would be an issue with url parsing and libraries not handling idn, but it seems to be a lot simpler. We are sometimes a bit loose on strings. We should straighten that or switch to python 3.
|
webcompat.com/webcompat/form.py Lines 223 to 225 in 58d7215
form_object returns a unicode string |
And just realized we extract twice the url webcompat.com/webcompat/form.py Line 241 in 58d7215
|
Make sure the URL is treated as a unicode string and that it doesn’t break down the pipe when manipulating it.
Fixing this because it is a secondary break uncovered in the 1995 issue.
@softvision-oana-arbuzov found an interesting issue.
The text was updated successfully, but these errors were encountered: