You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug persists on Apache 2.2/2.4 and mod_wsgi 3.3/3.4
My apache.conf wsgi directive is defined as follow:
WSGIScriptAlias / "C:/Programs/Apache2.2/conf/bic.wsgi"
When I accesses the following address:
http://127.0.0.1/first./second
my wsgi environ values are:
environ['SCRIPT_NAME']: /first.
environ['PATH_INFO']: /first/second
environ['REQUEST_URI']: /first./second
'.' is omitted from the PATH_INFO and for some reason SCRIPT_NAME is not blank.
Bugfix needed :)
Original issue reported on code.google.com by [email protected] on 13 Feb 2013 at 4:06
The text was updated successfully, but these errors were encountered:
Check that you do not have any mod_rewrite rules in your Apache configuration
as that can stuff things up.
So can check, suggest you supply the mod_wsgi configuration from Apache along
with any Alias or RewriteRule/RewriteCond directives that are in effect for
that host.
Original issue reported on code.google.com by
[email protected]
on 13 Feb 2013 at 4:06The text was updated successfully, but these errors were encountered: