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

2006-01-12 Thread Jim Gallacher
Graham Dumpleton wrote: On 12/01/2006, at 11:10 AM, Jim Gallacher wrote: Jim Gallacher (JIRA) wrote: [ http://issues.apache.org/jira/browse/MODPYTHON-98? page=comments#action_12362399 ] Jim Gallacher commented on MODPYTHON-98: Applied

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

2006-01-12 Thread Jim Gallacher
Ok, this is weird. I've run the tests on a couple of my qemu images and I get the same output as Nicolas and Graham in the error log, but a different output for my development machine. I think I'll rewrite the test to just check the response from the request rather than rooting around in the

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

2006-01-12 Thread Graham Dumpleton
FWIW, I use Python 2.3 on Mac OS X. Nicolas is probably using Win32 as usual. I mention this as I wouldn't be surprised if different versions of Python on different platforms behaved differently when given strange module names for importing. Take as an example prior case where someone was using

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

2006-01-11 Thread Jim Gallacher
Jim Gallacher (JIRA) wrote: [ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12362399 ] Jim Gallacher commented on MODPYTHON-98: Applied Graham's suggestions so all these related issues can be considered fixed. Still need

[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

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

2005-12-12 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360262 ] Graham Dumpleton commented on MODPYTHON-98: --- Okay, got a fix for this third issue. The problem lies in python_handler() function in mod_python.c, namely it has:

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

2005-12-11 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360190 ] Graham Dumpleton commented on MODPYTHON-98: --- In respect of SILENT and return of apache.DECLINED, if it is desired that it truly be silent like the documentation

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

2005-12-11 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360191 ] Graham Dumpleton commented on MODPYTHON-98: --- Am probably being bad sticking multiple problems against one bug report, but they are all related. :-) That said,