[jira] Updated: (MODPYTHON-47) Digest Authorization header causes bad request error.

2006-03-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-47?page=all ] Graham Dumpleton updated MODPYTHON-47: -- Attachment: MP47_20060309_grahamd_2.diff Attached alternate suggested fix as "MP47_20060309_grahamd_2.diff". I should have just done it this way

[jira] Commented: (MODPYTHON-47) Digest Authorization header causes bad request error.

2006-03-08 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-47?page=comments#action_12369573 ] Jim Gallacher commented on MODPYTHON-47: I'm don't really like this patch (MP47_20060307_grahamd_1.diff) as it bypasses any authorization or access checks in the ob

[jira] Commented: (MODPYTHON-107) mod_python.publisher shouldn't flush result when written.

2006-03-08 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-107?page=comments#action_12369565 ] Jim Gallacher commented on MODPYTHON-107: - Patch looks reasonable. I don't see any problem with PSP.run() not immediately flushing its output as the user can still

[jira] Updated: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-03-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-109?page=all ] Graham Dumpleton updated MODPYTHON-109: --- Attachment: MP109_20060308_grahamd_1.diff Attached "MP109_20060308_grahamd_1.diff" containing proposed changes. All this does is prevent pytho

Re: Changes made to apache.register_cleanup()

2006-03-08 Thread Graham Dumpleton
Okay, the reason that the failing code wasn't detected was because the test searched for the presence of a specific string in the error log file. Problems was that that string appeared in the Python exception generated by the incorrect code. [Wed Mar 08 21:01:12 2006] [notice] mod_python: (Re)imp

Changes made to apache.register_cleanup()

2006-03-08 Thread Graham Dumpleton
Nicolas A while back you made the following change: r378072 | nlehuen | 2006-02-16 06:41:25 +1100 (Thu, 16 Feb 2006) | 5 lines - Fixed the unit tests for apache.register_cleanup server.register_cleanup. Ther e is not way it could have passed before, yet it did ??? - Corrected the documentat