Issue Details (XML | Word | Printable)

Key: MODPYTHON-159
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Graham Dumpleton
Reporter: Graham Dumpleton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

multiline headers in multipart/form not handled

Created: 11/Apr/06 06:44 PM   Updated: 17/Apr/07 10:29 AM
Return to search
Component/s: core
Affects Version/s: 3.1.4, 3.2.8
Fix Version/s: 3.3.1

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works MP159-20060911-grahamd-1.diff 2006-09-11 12:01 PM Graham Dumpleton 1 kB

Resolution Date: 02/Oct/06 03:09 AM


 Description  « Hide
Reported a long time back on mailing list that multiline headers in a multipart/form post are not handled properly by util.FieldStorage class.

  http://www.modpython.org/pipermail/mod_python/2001-November/012256.html

This seems to never have been addressed. Further comments confirming this posted in:

  http://www.mail-archive.com/python-dev@httpd.apache.org/msg01805.html

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #451861 Mon Oct 02 03:08:17 UTC 2006 grahamd (MODPYTHON-159) Fix FieldStorage class so that it can handle multiline
headers.
Files Changed
MODIFY /httpd/mod_python/trunk/test/test.py
MODIFY /httpd/mod_python/trunk/lib/python/mod_python/util.py
MODIFY /httpd/mod_python/trunk/Doc/appendixc.tex