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 martin.panter
Recipients martin.panter, takayuki
Date 2015-09-22.02:04:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442887456.91.0.79007251209.issue24657@psf.upfronthosting.co.za>
In-reply-to
Content
Yes it also seems to apply to Python 3.

Perhaps you forgot your test script, so I made my own. After running

python3 -m http.server --cgi

The response from the following URL has no double slashes to be seen:

http://localhost:8000/cgi-bin/test.py//x//y//?k=aa%2F%2Fbb&//q//p//=//a//b//

I am not a CGI expert, but I suspect the query string bits should have double slashes, but maybe the PATH_INFO is right not to (see RFC 3875).
History
Date User Action Args
2015-09-22 02:04:16martin.pantersetrecipients: + martin.panter, takayuki
2015-09-22 02:04:16martin.pantersetmessageid: <1442887456.91.0.79007251209.issue24657@psf.upfronthosting.co.za>
2015-09-22 02:04:16martin.panterlinkissue24657 messages
2015-09-22 02:04:16martin.pantercreate