[issue28375] cgi.py spam in Apache server logs

yoch report at bugs.python.org
Fri Mar 29 07:49:07 EDT 2019


yoch <yoch.melka at gmail.com> added the comment:

Same issue here (python 3.6). This is very annoying, especially in case of large entries in FieldStorage, because the whole data is written to the log.

Example:
    FieldStorage('image', 'upload.jpg', b'...can be very long...')

----------
components: +Library (Lib)
nosy: +yoch.melka

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


More information about the Python-bugs-list mailing list