If using Apache 1.3/2.0, the wrong SCRIPT_NAME and consequently application
group name can be derived when the URL has repeating slashes appearing in
it after the mount point of the WSGI application. In particular, a trailing
slash will be incorrectly added to the SCRIPT_NAME and the application
group name when it shouldn't be. This will result in two instances of an
application being loaded into the same process, with which being used
dependent on whether repeating slashes appeared in the URL.
This issue has been fixed in revision 601 of the 1.X branch.
Broader description of the issue found in:
http://code.google.com/p/modwsgi/wiki/ChangesInVersion0102
A patch for this specific problem is also attached to this issue.
Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 21 Oct 2007 at 2:13
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 21 Oct 2007 at 2:13Attachments: