diff options
author | Ned Deily <nad@acm.org> | 2014-07-13 05:12:39 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-13 05:12:39 (GMT) |
commit | 217f4cd7ee587310587f70c28cd3b25c722275ba (patch) | |
tree | 889a13ade493f1ce40960aeb9b59c3f289951df4 /Misc | |
parent | ac4b7f705a9194d9f5392f7aa7e4f66ac3e36f8b (diff) | |
parent | 915a30fb0db8d4fc09cdf2f91db103edb5ad2cef (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -186,6 +186,7 @@ Alastair Burt Tarn Weisner Burton Lee Busby Ralph Butler +Zach Byrne Nicolas Cadou Jp Calderone Arnaud Calmettes @@ -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 ----- |