Re: mod_python.util.StorageField.read_to_boundary has problems in 3.1 and 3.2

2005-11-12 Thread Nicolas Lehuen
Guys, next time please use the JIRA bug tracking application available at : http://nagoya.apache.org/jira/browse/MODPYTHON Especially this bug report : http://issues.apache.org/jira/browse/MODPYTHON-40 I'm currently re-reading the whole thread and trying to make sense of all the test files and

Re: mod_python.util.StorageField.read_to_boundary has problems in 3.1 and 3.2

2005-11-12 Thread Nicolas Lehuen
OK, this time I think the file upload problem is solved for good. I've checked-in Alexis's code, with comments. Then I've done a quick rewrite of the multipart/form-data parser found in FieldStorage.__init__ and read_to_boundary so that it uses a regexp for the boundary checks, with the hope that i

[jira] Resolved: (MODPYTHON-40) FieldStorage : don't stream file uploads to memory

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-40?page=all ] Nicolas Lehuen resolved MODPYTHON-40: - Resolution: Fixed OK, this time I think the file upload problem is solved for good. I've checked-in Alexis's code, with comments. Then I've don

[jira] Updated: (MODPYTHON-87) psp_parser: replaces "\n" on \n

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-87?page=all ] Nicolas Lehuen updated MODPYTHON-87: Summary: psp_parser: replaces "\n" on \n (was: psp_parser: replaces "\n" on \n LF character) Fix Version: 3.2 > psp_parser: replaces "\n" on

[jira] Resolved: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-89?page=all ] Nicolas Lehuen resolved MODPYTHON-89: - Fix Version: 3.2 Resolution: Fixed Assign To: Nicolas Lehuen I've added the function and a test case. > Add new apache.exists_confi

[jira] Commented: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-89?page=comments#action_12357495 ] Nicolas Lehuen commented on MODPYTHON-89: - Added some documentation to modpython4.tex. > Add new apache.exists_config_define() function. > -

[jira] Resolved: (MODPYTHON-64) local_addr and remote_addr not using APR to make IP address strings, breaks with IPv6

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-64?page=all ] Nicolas Lehuen resolved MODPYTHON-64: - Fix Version: 3.2 Resolution: Fixed Fixed using the proposed patch and tested thanks to the test_internal unit tests. Should be tested on

[jira] Resolved: (MODPYTHON-88) Initialise sys.argv to a dummy value.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-88?page=all ] Nicolas Lehuen resolved MODPYTHON-88: - Fix Version: 3.2 Resolution: Fixed As Graham suggested, added sys.argv=['mod_python'] in apache.init(). > Initialise sys.argv to a dummy

[jira] Updated: (MODPYTHON-88) Initialise sys.argv to a dummy value.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-88?page=all ] Nicolas Lehuen updated MODPYTHON-88: Version: 3.1.4 3.1.3 2.7.10 3.2 (was: 3.3) > Initialise sys.argv to a dummy value. > -

[jira] Commented: (MODPYTHON-88) Initialise sys.argv to a dummy value.

2005-11-12 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-88?page=comments#action_12357501 ] Nicolas Lehuen commented on MODPYTHON-88: - Note that pychart is particularly weird, since not only it looks inside sys.argv, but it also requires a value to be pass