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 LDTech
Recipients LDTech, Mi.Zou, christian.heimes, ezio.melotti, orsenthil, terry.reedy, vajrasky
Date 2013-07-18.16:41:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374165684.23.0.762099268606.issue17214@psf.upfronthosting.co.za>
In-reply-to
Content
The problem isn't the original requested url, as it is legit. The problem appears after the 302 redirect when a new (malformed) url is received from the server. There need to be some kind of check of the validity of that second url. And, preferably, an URLError returned if something is wrong.
History
Date User Action Args
2013-07-18 16:41:24LDTechsetrecipients: + LDTech, terry.reedy, orsenthil, christian.heimes, ezio.melotti, Mi.Zou, vajrasky
2013-07-18 16:41:24LDTechsetmessageid: <1374165684.23.0.762099268606.issue17214@psf.upfronthosting.co.za>
2013-07-18 16:41:24LDTechlinkissue17214 messages
2013-07-18 16:41:24LDTechcreate