Re: FieldStorage and multiline headers in multipart/form.

2006-04-11 Thread Mike Looijmans
Short answer: Yes, multiline headers are allowed there, and yes, mod_python will fail to read them properly. Longer answer: I checked throught the util.py code, and nope, the fix is not in there. I browsed through the appropriate RFC documents, in particular RFC1521 http://www.faqs.org/rfcs/rfc

[jira] Created: (MODPYTHON-159) multiline headers in multipart/form not handled

2006-04-11 Thread Graham Dumpleton (JIRA)
multiline headers in multipart/form not handled --- Key: MODPYTHON-159 URL: http://issues.apache.org/jira/browse/MODPYTHON-159 Project: mod_python Type: Bug Components: core Versions: 3.1.4, 3.2.8 Reporter:

Re: FieldStorage and multiline headers in multipart/form.

2006-04-11 Thread Nick
Mike Looijmans wrote: > Just a thought: Can we (re)use the rfc822 mime parser that's already > built-in in Python to do the work for us? I believe the standard cgi module does just that. I'm probably going to hell for having been importing cgi and replacing parse_qs[l] with the versions from _apa

Re: Progressing 3.2.9.

2006-04-11 Thread Graham Dumpleton
Is there any of these you would like me to do, perhaps 77, 94 or 137 since I am familiar with the code? Not knowing what you are up to, wary of just going ahead and doing any in case you are already doing it. Any hints on how to use subversion to merge diff automatically from the other branch?

Re: Progressing 3.2.9.

2006-04-11 Thread Jim Gallacher
Graham Dumpleton wrote: Is there any of these you would like me to do, perhaps 77, 94 or 137 since I am familiar with the code? Not knowing what you are up to, wary of just going ahead and doing any in case you are already doing it. I had a customer app blow up on me right at the end of the wo