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 jerith
Recipients hfuru, jerith, orsenthil, vstinner
Date 2010-11-20.11:15:07
SpamBayes Score 0.0004025506
Marked as misclassified No
Message-id <1290251709.34.0.157004882535.issue10231@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch to test for and fix the first two issues described in this ticket.

Basically, it modifies SimpleHTTPRequestHandler.send_head() to operate on a path already stripped of the query string and fragment rather than the completely unparsed URL.
History
Date User Action Args
2010-11-20 11:15:09jerithsetrecipients: + jerith, hfuru, orsenthil, vstinner
2010-11-20 11:15:09jerithsetmessageid: <1290251709.34.0.157004882535.issue10231@psf.upfronthosting.co.za>
2010-11-20 11:15:08jerithlinkissue10231 messages
2010-11-20 11:15:08jerithcreate