summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-13 05:12:39 (GMT)
committerNed Deily <nad@acm.org>2014-07-13 05:12:39 (GMT)
commit217f4cd7ee587310587f70c28cd3b25c722275ba (patch)
tree889a13ade493f1ce40960aeb9b59c3f289951df4 /Misc/NEWS
parentac4b7f705a9194d9f5392f7aa7e4f66ac3e36f8b (diff)
parent915a30fb0db8d4fc09cdf2f91db103edb5ad2cef (diff)
downloadcpython-217f4cd7ee587310587f70c28cd3b25c722275ba.zip
cpython-217f4cd7ee587310587f70c28cd3b25c722275ba.tar.gz
cpython-217f4cd7ee587310587f70c28cd3b25c722275ba.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 31980cd..1b72607 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Library
as documented. The pattern and source keyword parameters are left as
deprecated aliases.
+- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
+ broken by the fix for security issue #19435. Patch by Zach Byrne.
+
Tests
-----