[jira] Reopened: (MODPYTHON-126) PythonHandler in directive sets req.hlist.directory to useless value.

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-126?page=all ] Graham Dumpleton reopened MODPYTHON-126: Reopened because using PythonInterpPerDirective in conjunction with dynamically registered filters causes mod_python to crash. Problem code

[jira] Resolved: (MODPYTHON-126) PythonHandler in directive sets req.hlist.directory to useless value.

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-126?page=all ] Graham Dumpleton resolved MODPYTHON-126: Resolution: Fixed Whoops, reopened wrong issue was supposed to be MODPYTHON-103. > PythonHandler in directive sets req.hlist.directory

[jira] Updated: (MODPYTHON-126) PythonHandler in directive sets req.hlist.directory to useless value.

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-126?page=all ] Graham Dumpleton updated MODPYTHON-126: --- Comment: was deleted > PythonHandler in directive sets req.hlist.directory to useless value. > ---

[jira] Reopened: (MODPYTHON-103) Implement req.add_output_filter().

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=all ] Graham Dumpleton reopened MODPYTHON-103: Reopened because using PythonInterpPerDirective in conjunction with dynamically registered filters causes mod_python to crash. Problem code

[jira] Work started: (MODPYTHON-103) Implement req.add_output_filter().

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=all ] Work on MODPYTHON-103 started by Graham Dumpleton > Implement req.add_output_filter(). > -- > > Key: MODPYTHON-103 > URL: http://issues.apache.org/jira/browse/MODPYTHON-103

[jira] Commented: (MODPYTHON-161) Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective.

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-161?page=comments#action_12378282 ] Graham Dumpleton commented on MODPYTHON-161: I am going to break out the problem of non POSIX style names being assigned to req.filename as a separate issue as

[jira] Resolved: (MODPYTHON-161) Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective.

2006-05-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-161?page=all ] Graham Dumpleton resolved MODPYTHON-161: Fix Version: 3.3 Resolution: Fixed > Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective. > --

[jira] Created: (MODPYTHON-171) Assignment to req.filename and POSIX style pathnames.

2006-05-07 Thread Graham Dumpleton (JIRA)
Assignment to req.filename and POSIX style pathnames. - Key: MODPYTHON-171 URL: http://issues.apache.org/jira/browse/MODPYTHON-171 Project: mod_python Type: Bug Components: core Versions: 3.2.8 Repo

Re: [jira] Created: (MODPYTHON-171) Assignment to req.filename and POSIX style pathnames.

2006-05-07 Thread Jim Gallacher
Graham Dumpleton (JIRA) wrote: The actual function in Apache which can be used to normalise paths and which outputs the POSIX style path required is apr_filepath_merge(). The question is, should this be exposed in some way so that it is useable from mod_python, or for the req.filename case, s