]> granicus.if.org Git - python/commit
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
authorNed Deily <nad@acm.org>
Sun, 13 Jul 2014 05:12:39 +0000 (22:12 -0700)
committerNed Deily <nad@acm.org>
Sun, 13 Jul 2014 05:12:39 +0000 (22:12 -0700)
commit217f4cd7ee587310587f70c28cd3b25c722275ba
tree889a13ade493f1ce40960aeb9b59c3f289951df4
parentac4b7f705a9194d9f5392f7aa7e4f66ac3e36f8b
parent915a30fb0db8d4fc09cdf2f91db103edb5ad2cef
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435.  Patch by Zach Byrne.
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/ACKS
Misc/NEWS