[jira] Commented: (MODPYTHON-94) Calling APR optional functions provided by mod_ssl

2005-12-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-94?page=comments#action_12360708 ] Graham Dumpleton commented on MODPYTHON-94: --- If we are going to do this, can we not truncate the ssl_var_lookup() function name? Ie., use req.ssl_var_lookup() an

[jira] Created: (MODPYTHON-100) raise apache.SERVER_RETURN, apache.OK aborts handlers.

2005-12-17 Thread Graham Dumpleton (JIRA)
raise apache.SERVER_RETURN, apache.OK aborts handlers. -- Key: MODPYTHON-100 URL: http://issues.apache.org/jira/browse/MODPYTHON-100 Project: mod_python Type: Bug Components: core Versions: 3.1.4, 3.2

[jira] Commented: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360697 ] Graham Dumpleton commented on MODPYTHON-98: --- To summarise the changes in the above into one spot so it is easier to see what is required: 1. If say that exceptio

Re: 3.2.6b?

2005-12-17 Thread Graham Dumpleton
On 18/12/2005, at 3:09 AM, Jim Gallacher wrote: We had talked about doing a 3.2 final release just after ApacheCon. A couple of things have cropped up which we have (or should) fix, but these will not be substantial changes from 3.2.5b. As such I think we should do another beta followed very

[jira] Resolved: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-99?page=all ] Jim Gallacher resolved MODPYTHON-99: Fix Version: 3.2 Resolution: Fixed Assign To: Jim Gallacher > accessing some request or server object members causes a segfault >

Re: [jira] Commented: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-17 Thread Jim Gallacher
I declare the voting over and empty tuple wins in a landslide. :) I'll commit the changes shortly. Jim Nicolas Lehuen wrote: +1 for the empty tuple too. Regards, Nicolas 2005/12/17, Jim Gallacher <[EMAIL PROTECTED]>: Nicolas Lehuen (JIRA) wrote: [ http://issues.apache.org/jira/browse

Re: [jira] Created: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-17 Thread Jim Gallacher
My eyes keep glazing over every time I read through MODPYTHON-98. This is not a reflection on Graham's excellent writing. I should probably just drink some more coffee. :) As Graham suggests I think raising an exception is the right way to go, along with the documentation change to reflect thi

3.2.6b?

2005-12-17 Thread Jim Gallacher
We had talked about doing a 3.2 final release just after ApacheCon. A couple of things have cropped up which we have (or should) fix, but these will not be substantial changes from 3.2.5b. As such I think we should do another beta followed very quickly by a final release. Any new bugs that cro

Re: [jira] Commented: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-17 Thread Nicolas Lehuen
+1 for the empty tuple too. Regards, Nicolas 2005/12/17, Jim Gallacher <[EMAIL PROTECTED]>: > Nicolas Lehuen (JIRA) wrote: > > [ > > http://issues.apache.org/jira/browse/MODPYTHON-99?page=comments#action_12360042 > > ] > > > > Nicolas Lehuen commented on MODPYTHON-99: > > --

Re: [jira] Commented: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-17 Thread Jim Gallacher
Nicolas Lehuen (JIRA) wrote: [ http://issues.apache.org/jira/browse/MODPYTHON-99?page=comments#action_12360042 ] Nicolas Lehuen commented on MODPYTHON-99: - OK, if we modify tuple_from_array_header and tuple_from_method_list, here are the members th