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 weschow
Recipients dstanek, flox, jjlee, orsenthil, weschow
Date 2010-11-20.22:21:38
SpamBayes Score 0.00053126534
Marked as misclassified No
Message-id <1290291699.31.0.191279489027.issue4493@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch against 3.2 that replaces empty paths with '/' in HTTPConnection. I do not totally understand the ; syntax in URIs, and so this implementation may break that, as it splits urls and unsplits them if needed. The Python docs seem to indicate there might be some obscure cases where this is problematic.

And yes, I do realize that this patch fixes the problem in yet another place. Hopefully HTTPConnection is the lowest common denominator.
History
Date User Action Args
2010-11-20 22:21:39weschowsetrecipients: + weschow, jjlee, orsenthil, dstanek, flox
2010-11-20 22:21:39weschowsetmessageid: <1290291699.31.0.191279489027.issue4493@psf.upfronthosting.co.za>
2010-11-20 22:21:38weschowlinkissue4493 messages
2010-11-20 22:21:38weschowcreate