[issue32029] cgi: TypeError when no argument string is found

Berker Peksag report at bugs.python.org
Tue Nov 14 20:53:55 EST 2017


Berker Peksag <berker.peksag at gmail.com> added the comment:

Thank you for your report. This looks like a duplicate of issue 27777. You might workaround this by passing ``headers={"Content-Disposition": "inline"}`` to cgi.FieldStorage() (untested)

----------
nosy: +berker.peksag
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> cgi.FieldStorage can't parse simple body with Content-Length and no Content-Disposition
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32029>
_______________________________________


More information about the Python-bugs-list mailing list