-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
content disposition with semicolon in filename #917
Comments
|
aiohttp doesn't implement specification properly. See my comment for more info #916 |
Yes, that's a known bug. |
@kxepal can we do something quickly with this issue? |
@fafhrd91 Will take a second look on these days. |
thanks! |
@kxepal could you handle this before 2.0 (1 week) |
Yes, I have a prototype of fix, need to polish, check and throw in. |
@kxepal I need you to push some fix |
@kxepal could you fix this |
this is partial fix, to properly fix this issue we need new parser |
aiohttp multipart parser raises BadContentDispositionHeader if filename contains semicolon.
Expected filename being parsed correctly because it's quoted string.
Actually:
aiohttp==0.21.6
python3.4
The text was updated successfully, but these errors were encountered: