03-05-06 07:45 AM
[ http://issues.apache.org/jira/brows...HON-49?page=all ]
Graham Dumpleton closed MODPYTHON-49:
-------------------------------------
> publisher : new module loading mechanism does not allow omiting the '.py'
extension
> --------------------------------------------------------------------------
---------
>
> Key: MODPYTHON-49
> URL: http://issues.apache.org/jira/browse/MODPYTHON-49
> Project: mod_python
> Type: Bug
> Environment: mod_python 3.2.0-dev-20050428
> Reporter: Nicolas Lehuen
> Assignee: Nicolas Lehuen
> Fix For: 3.2.7
>
> Before the fix for MODPYTHON-9, when you had a module named foobar.py in a publis
hed directory, you could access it with a request to /dir/foobar.py, but also with /
dir/foobar (the .py was not required since we relied upon the import_module faciliti
es)
. Now, /dir/foobar is not supported. For compatibility, we should support it
and automagically find the proper module.
[ Post a follow-up to this message ]
|