Re: Publisher bug in 3.2 BETA.

2005-08-27 Thread Graham Dumpleton
Unless I am missing something, the fix is quite trivial as it specially affects just the case where "index.py" is explicitly added to req.filename within the publisher code. Index: lib/python/mod_python/publisher.py === --- lib/pyt

[jira] Commented: (MODPYTHON-72) mod_python.publisher no longer pays attention to result of req.get_addhandler_exts()

2005-08-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=comments#action_12320248 ] Graham Dumpleton commented on MODPYTHON-72: --- I definitely mean "page.py". I am definitely not suggesting that you have Python code in an actual physical file call

[jira] Commented: (MODPYTHON-72) mod_python.publisher no longer pays attention to result of req.get_addhandler_exts()

2005-08-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=comments#action_12320249 ] Graham Dumpleton commented on MODPYTHON-72: --- Another bug in this new publisher code is that when SetHandler is used, in 3.1.3 it would only pay attention to files

[jira] Updated: (MODPYTHON-72) mod_python.publisher no longer pays attention to result of req.get_addhandler_exts()

2005-08-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=all ] Graham Dumpleton updated MODPYTHON-72: -- Attachment: publisher.txt Jim, can you give this patch I have attached a go. What I have done is incorporated the equivalent publisher code I had

Re: Getting ready for 3.2 beta 2

2005-08-27 Thread Nicolas Lehuen
It's my first child (but the second for my wife), and her name is Violette. And I totally crazy of her ! The problem for you guys is that I've been preparing my house for her coming back (she came a bit earlier than expected so I had to hurry things a little bit), so I had no time to work on mod_py

[jira] Resolved: (MODPYTHON-72) mod_python.publisher no longer pays attention to result of req.get_addhandler_exts()

2005-08-27 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=all ] Nicolas Lehuen resolved MODPYTHON-72: - Fix Version: 3.2.0 Resolution: Fixed Assign To: (was: Nicolas Lehuen) Integrated Graham's patch, ran the unit test suite, everyt