]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks.
authorSenthil Kumaran <orsenthil@gmail.com>
Thu, 17 Mar 2011 04:34:18 +0000 (12:34 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Thu, 17 Mar 2011 04:34:18 +0000 (12:34 +0800)
commit3853586e0caa0d5c4342ac8bd7e78cb5766fa8cc
tree65d9037264f41d41a5977155403cb96abac3ff2a
parent6e0a8b8ab63cc60b39af4387b99f448b0cf137ad
Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks.
Patch by Tom N. (Backported from py3k codeline).
Lib/SimpleHTTPServer.py