03-05-06 07:45 AM
[ http://issues.apache.org/jira/brows...HON-72?page=all ]
Graham Dumpleton closed MODPYTHON-72:
-------------------------------------
> mod_python.publisher no longer pays attention to result of req.get_addhand
ler_exts()
> --------------------------------------------------------------------------
----------
>
> Key: MODPYTHON-72
> URL: http://issues.apache.org/jira/browse/MODPYTHON-72
> Project: mod_python
> Type: Bug
> Versions: 3.2.7
> Reporter: Nicolas Lehuen
> Fix For: 3.2.7
> Attachments: publisher.txt
>
> Says Graham :
> A final issue, is that latest mod_python.publisher no longer pays
> attention to result of req.get_addhandler_exts(). This means that wher
e
> you used to be able to say:
> # .htaccess
> AddHandler mod_python .html
> PythonHandler mod_python.publisher
> # page.py
> def index():
> return "<html></body><p>XXX</p></body></html>"
> with URL of "/page.html", this no longer appears to work for me. In
> short it appears that one can only use ".py" as an extension or no
> extension at all. Defining another extension to AddHandler or
> PythonHandler seems to have no effect.
[ Post a follow-up to this message ]
|