diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 17:03:16 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 17:03:16 (GMT) |
commit | 3022ce1a14b364a1d1d69405646aae892d827666 (patch) | |
tree | fd1d9c88c256dbb29762cc1e021da711e0a6c291 /Misc | |
parent | 0da0c48e2362d9ec7f5ef0ea4302728c1c7d56d8 (diff) | |
download | cpython-3022ce1a14b364a1d1d69405646aae892d827666.zip cpython-3022ce1a14b364a1d1d69405646aae892d827666.tar.gz cpython-3022ce1a14b364a1d1d69405646aae892d827666.tar.bz2 |
Merged revisions 87317 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines
Issue #10714: Limit length of incoming request in http.server to 65536 bytes
for security reasons. Initial patch by Ross Lagerwall.
........
(also backport some tests)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -442,6 +442,7 @@ Andrej Krpic Ivan Krstić Andrew Kuchling Vladimir Kushnir +Ross Lagerwall Cameron Laird Łukasz Langa Tino Lange @@ -21,6 +21,9 @@ Core and Builtins Library ------- +- Issue #10714: Limit length of incoming request in http.server to 65536 bytes + for security reasons. Initial patch by Ross Lagerwall. + - Issue #9558: Fix distutils.command.build_ext with VS 8.0. - Issue #10695: passing the port as a string value to telnetlib no longer |