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 gvanrossum
Recipients barry, benjamin.peterson, gvanrossum
Date 2011-03-08.19:05:14
SpamBayes Score 5.746454e-07
Marked as misclassified No
Message-id <1299611115.64.0.389023379939.issue11442@psf.upfronthosting.co.za>
In-reply-to
Content
The security list received a report about SimpleHTTPServer's list_directory(). It needs to add a charset parameter to the Content-type header. This is already done in Python 3 (where this code lives in http/server.py) but not in any Python 2 versions I can find. A simple backport of the code in Python 3 should hopefully suffice.

I'm marking this tentatively as a release blocker, but I don't see it's necessary to issue an urgent release. It should just be fixed before the next scheduled releases of 2.5, 2.6, 2.7.
History
Date User Action Args
2011-03-08 19:05:15gvanrossumsetrecipients: + gvanrossum, barry, benjamin.peterson
2011-03-08 19:05:15gvanrossumsetmessageid: <1299611115.64.0.389023379939.issue11442@psf.upfronthosting.co.za>
2011-03-08 19:05:15gvanrossumlinkissue11442 messages
2011-03-08 19:05:14gvanrossumcreate