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