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 xiang.zhang
Recipients martin.panter, takayuki, xiang.zhang
Date 2015-09-25.15:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443194800.2.0.474275713254.issue24657@psf.upfronthosting.co.za>
In-reply-to
Content
The path with query component are unquoted entirely and then pass into
_url_collapse_path.
I think this behaviour is wrong and according to rfc3875 query component
should be left encoded in QUERY_STRING.
This patch seems to solve the problem. It passes the tests and with
martin's script, it gets:

('QUERY_STRING', 'k=aa%2F%2Fbb&//q//p//=//a//b//')

has the same behaviour with apache.
History
Date User Action Args
2015-09-25 15:26:40xiang.zhangsetrecipients: + xiang.zhang, takayuki, martin.panter
2015-09-25 15:26:40xiang.zhangsetmessageid: <1443194800.2.0.474275713254.issue24657@psf.upfronthosting.co.za>
2015-09-25 15:26:40xiang.zhanglinkissue24657 messages
2015-09-25 15:26:39xiang.zhangcreate