[ 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
[ 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
[ 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.
> ---
[ 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
[ 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
[
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
[ 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.
> --
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
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