Copterfly / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Wrong application group selected when repeating slashes in URL. #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Graham.Dumpleton@gmail.com on 21 Oct 2007 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by Graham.Dumpleton@gmail.com on 30 Oct 2007 at 2:08