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 jspenguin
Recipients jspenguin
Date 2012-05-10.01:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336613288.44.0.609842734336.issue14767@psf.upfronthosting.co.za>
In-reply-to
Content
If a server returns a relative URL in the 'Location:' header, HTTPRedirectHandler will fail because it checks the scheme of the URL before it calls urljoin() to convert it to an absolute URL.
History
Date User Action Args
2012-05-10 01:28:08jspenguinsetrecipients: + jspenguin
2012-05-10 01:28:08jspenguinsetmessageid: <1336613288.44.0.609842734336.issue14767@psf.upfronthosting.co.za>
2012-05-10 01:28:07jspenguinlinkissue14767 messages
2012-05-10 01:28:07jspenguincreate