This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients Giovanni.Funchal, facundobatista, fdrake, orsenthil, python-dev, v+python
Date 2012-03-16.08:18:19
SpamBayes Score 0.001771045
Marked as misclassified No
Message-id <1331885900.19.0.209900506409.issue10484@psf.upfronthosting.co.za>
In-reply-to
Content
I treated this as a regression from 2.6. A cgi url with /cgi-bin/hello.py/hello/world would have PATH_INFO as '/hello/world' 
I saw some apache specs saying that it should be 'hello/world', but I relied on python2.6's behavior with had initial '/'.

Glenn, I referred to Lib/test/test_httpservers.py.

Thanks for raising this and other issues (and patches)!
History
Date User Action Args
2012-03-16 08:18:20orsenthilsetrecipients: + orsenthil, fdrake, facundobatista, v+python, python-dev, Giovanni.Funchal
2012-03-16 08:18:20orsenthilsetmessageid: <1331885900.19.0.209900506409.issue10484@psf.upfronthosting.co.za>
2012-03-16 08:18:19orsenthillinkissue10484 messages
2012-03-16 08:18:19orsenthilcreate