This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdiogenes
Recipients barry, benjamin.peterson, brett.cannon, hdiogenes, rhettinger
Date 2008-06-04.03:50:56
SpamBayes Score 0.07090681
Marked as misclassified No
Message-id <1212551459.52.0.456842583396.issue2848@psf.upfronthosting.co.za>
In-reply-to
Content
The only use of mimetools inside cgi is in parse_multipart, which is 
untested and has huge warnings like these ones:

"""
XXX This does not parse nested multipart parts -- use FieldStorage for
that.

XXX This should really be subsumed by FieldStorage altogether -- no
point in having two implementations of the same parsing algorithm.
Also, FieldStorage protects itself better against certain DoS attacks
by limiting the size of the data read in one chunk.  The API here
does not support that kind of protection.  This also affects parse()
since it can call parse_multipart().
"""
History
Date User Action Args
2008-06-04 03:51:00hdiogenessetspambayes_score: 0.0709068 -> 0.07090681
recipients: + hdiogenes, barry, brett.cannon, rhettinger, benjamin.peterson
2008-06-04 03:50:59hdiogenessetspambayes_score: 0.0709068 -> 0.0709068
messageid: <1212551459.52.0.456842583396.issue2848@psf.upfronthosting.co.za>
2008-06-04 03:50:58hdiogeneslinkissue2848 messages
2008-06-04 03:50:57hdiogenescreate