]> 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:16:56 +0000 (22:16 -0700)
committerNed Deily <nad@acm.org>
Sun, 13 Jul 2014 05:16:56 +0000 (22:16 -0700)
commit5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76
tree4dafdea7ff6186c5aec284ac45080a68fdf09586
parentad5ffd4767802dfc34e3ae2d7960f1610d58cdcc
parent217f4cd7ee587310587f70c28cd3b25c722275ba
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