pombreda / gevent

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

bad PATH_INFO with pywsgi #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the request line of a HTTP request contains the full URI (i.e scheme, 
netloc, path and query string), the environnement variable PATH_INFO contains 
the scheme, the netloc and the path. If my interpretation of PEP 333 is correct 
PATH_INFO should only contains the path of the request (minus the script name). 
I use gevent 0.13.6 but this bug seems to affect newer version also.

Original issue reported on code.google.com by vincent....@gmail.com on 5 Jul 2012 at 7:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/SiteSupport/gevent/issues/140

Original comment by Denis.Bi...@gmail.com on 14 Sep 2012 at 10:53