[issue27777] cgi.FieldStorage can't parse simple body with Content-Length and no Content-Disposition

Bert JW Regeer report at bugs.python.org
Sat Nov 26 14:44:39 EST 2016


Bert JW Regeer added the comment:

Unfortunately I need to spin another patch, the one I created didn't solve the issue for one of WebOb's users:

https://github.com/Pylons/webob/pull/300 (Thanks Julien Meyer!)

I have his permission to grab his test/patch and update this patch, I will get this done later today.

That being said, this is a real issue, and WebOb will be shipping a fix for Python less than 3.6 anyway, so whether this gets released in 3.6 or not doesn't matter to me. I'd prefer this to be fixed in the standard library for all users, rather than just for WebOb users.

Even if this were released for 3.6.1, WebOb will have to carry the fix for the foreseeable future.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27777>
_______________________________________


More information about the Python-bugs-list mailing list