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 LDTech, Mi.Zou, christian.heimes, ezio.melotti, martin.panter, orsenthil, terry.reedy, vajrasky
Date 2015-03-31.00:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427760787.88.0.939646108689.issue17214@psf.upfronthosting.co.za>
In-reply-to
Content
I think this patch needs a test. I left some comments on Reitveld as well. Perhaps there should also be a test to prove that redirects to URLs like /spaced%20path/ do not get mangled.

Have a look at the HTTPRedirectHandler.redirect_request() method. Perhaps the code translating spaces to %20 could be merged with the fix for this issue.
History
Date User Action Args
2015-03-31 00:13:08martin.pantersetrecipients: + martin.panter, terry.reedy, orsenthil, christian.heimes, ezio.melotti, Mi.Zou, vajrasky, LDTech
2015-03-31 00:13:07martin.pantersetmessageid: <1427760787.88.0.939646108689.issue17214@psf.upfronthosting.co.za>
2015-03-31 00:13:07martin.panterlinkissue17214 messages
2015-03-31 00:13:07martin.pantercreate