[jira] Work started: (MODPYTHON-155) req.add_handler() and inheritance of directory to be searched for module

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-155?page=all ] Work on MODPYTHON-155 started by Graham Dumpleton. > req.add_handler() and inheritance of directory to be searched for module > > > Key: MO

[jira] Resolved: (MODPYTHON-38) Passing req.form into psp.PSP().

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-38?page=all ] Graham Dumpleton resolved MODPYTHON-38. --- Fix Version/s: 3.3 Resolution: Fixed Fixed, with PSP code now using FieldStorage object cached as req.form and left there by prior execu

[jira] Created: (MODPYTHON-180) publisher wrongly generating warning that there is 'nothing to publish'

2006-07-29 Thread Graham Dumpleton (JIRA)
publisher wrongly generating warning that there is 'nothing to publish' --- Key: MODPYTHON-180 URL: http://issues.apache.org/jira/browse/MODPYTHON-180 Project: mod_python Is

[jira] Assigned: (MODPYTHON-38) Passing req.form into psp.PSP().

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-38?page=all ] Graham Dumpleton reassigned MODPYTHON-38: - Assignee: Graham Dumpleton > Passing req.form into psp.PSP(). > > > Key: MODPYTHON-38 >

[jira] Work started: (MODPYTHON-38) Passing req.form into psp.PSP().

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-38?page=all ] Work on MODPYTHON-38 started by Graham Dumpleton. > Passing req.form into psp.PSP(). > > > Key: MODPYTHON-38 > URL: http://issues.apache.org/jira/browse/MODPYTHON-3

[jira] Resolved: (MODPYTHON-176) PSP.run() should not unlock session if it didn't create it.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-176?page=all ] Graham Dumpleton resolved MODPYTHON-176. Fix Version/s: 3.3 Resolution: Fixed Fixed, but did not deal with issue of autosaving. That can be revisited later if it ever becomes

[jira] Resolved: (MODPYTHON-175) PSP error page accessing session object can cause a deadlock.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-175?page=all ] Graham Dumpleton resolved MODPYTHON-175. Fix Version/s: 3.3 Resolution: Fixed > PSP error page accessing session object can cause a deadlock. > ---

Re: Confirmation on whether MODPYTHON-168 is fixed.

2006-07-29 Thread Jim Gallacher
Graham Dumpleton wrote: > Jim > > Can you confirm that: > > https://issues.apache.org/jira/browse/MODPYTHON-168 > > has actually been fixed in 3.3 and we can mark this as fixed in that > version. > > Looks like it is fixed to me. Yes, and I just mark it as such. Jim

[jira] Resolved: (MODPYTHON-168) psp_parser fails when CR is used as a line terminator

2006-07-29 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-168?page=all ] Jim Gallacher resolved MODPYTHON-168. - Fix Version/s: 3.3 Resolution: Fixed > psp_parser fails when CR is used as a line terminator > -

[jira] Work started: (MODPYTHON-176) PSP.run() should not unlock session if it didn't create it.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-176?page=all ] Work on MODPYTHON-176 started by Graham Dumpleton. > PSP.run() should not unlock session if it didn't create it. > --- > > Key: MODPYTHON-176 >

[jira] Assigned: (MODPYTHON-176) PSP.run() should not unlock session if it didn't create it.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-176?page=all ] Graham Dumpleton reassigned MODPYTHON-176: -- Assignee: Graham Dumpleton > PSP.run() should not unlock session if it didn't create it. > --

[jira] Work started: (MODPYTHON-175) PSP error page accessing session object can cause a deadlock.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-175?page=all ] Work on MODPYTHON-175 started by Graham Dumpleton. > PSP error page accessing session object can cause a deadlock. > - > > Key: MODPYTHON-175 >

[jira] Assigned: (MODPYTHON-175) PSP error page accessing session object can cause a deadlock.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-175?page=all ] Graham Dumpleton reassigned MODPYTHON-175: -- Assignee: Graham Dumpleton > PSP error page accessing session object can cause a deadlock. >

[jira] Resolved: (MODPYTHON-78) No support for Apache 2.2 yet

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-78?page=all ] Graham Dumpleton resolved MODPYTHON-78. --- Fix Version/s: 3.2.x Resolution: Fixed > No support for Apache 2.2 yet > - > > Key: MODPYTHON

Confirmation on whether MODPYTHON-168 is fixed.

2006-07-29 Thread Graham Dumpleton
Jim Can you confirm that: https://issues.apache.org/jira/browse/MODPYTHON-168 has actually been fixed in 3.3 and we can mark this as fixed in that version. Looks like it is fixed to me. Graham

[jira] Resolved: (MODPYTHON-173) DbmSession creates world readable db file

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-173?page=all ] Graham Dumpleton resolved MODPYTHON-173. Fix Version/s: 3.3 Resolution: Fixed > DbmSession creates world readable db file > - > >

[jira] Commented: (MODPYTHON-164) Allow req.add_handler()/req.register_*_filter() to take module/function for handler.

2006-07-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-164?page=comments#action_12424281 ] Graham Dumpleton commented on MODPYTHON-164: Change made, but require argument to functions be the actual callable object, no module reference allo