]> 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:06:26 +0000 (22:06 -0700)
committerNed Deily <nad@acm.org>
Sun, 13 Jul 2014 05:06:26 +0000 (22:06 -0700)
commit915a30fb0db8d4fc09cdf2f91db103edb5ad2cef
treeee9db54b270845dfcc1d469a3bd79be415f30429
parent314dc126ce45a5e1369b408645e5da480a05bc9d
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