summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-13 05:06:26 (GMT)
committerNed Deily <nad@acm.org>2014-07-13 05:06:26 (GMT)
commit915a30fb0db8d4fc09cdf2f91db103edb5ad2cef (patch)
treeee9db54b270845dfcc1d469a3bd79be415f30429 /Misc
parent314dc126ce45a5e1369b408645e5da480a05bc9d (diff)
downloadcpython-915a30fb0db8d4fc09cdf2f91db103edb5ad2cef.zip
cpython-915a30fb0db8d4fc09cdf2f91db103edb5ad2cef.tar.gz
cpython-915a30fb0db8d4fc09cdf2f91db103edb5ad2cef.tar.bz2
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index a932074..c1df480 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -164,6 +164,7 @@ Alastair Burt
Tarn Weisner Burton
Lee Busby
Ralph Butler
+Zach Byrne
Jp Calderone
Arnaud Calmettes
Daniel Calvelo
diff --git a/Misc/NEWS b/Misc/NEWS
index 6070711..12f02b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Library
- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
service using certificates with many wildcards (CVE-2013-2099).
+- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
+ broken by the fix for security issue #19435. Patch by Zach Byrne.
+
What's New in Python 3.2.5?
===========================