]> granicus.if.org Git - python/commit
url unquote the path before checking if it refers to a CGI script (closes #21766)
authorBenjamin Peterson <benjamin@python.org>
Sun, 15 Jun 2014 01:36:29 +0000 (18:36 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 15 Jun 2014 01:36:29 +0000 (18:36 -0700)
commit8d24d77c63bdbf25d68bf0a6cad408d06abf2d00
tree31f600e2a4e6d8d72191552d2a09f411604655d3
parentce817cb36d7e8764b5ddecadea4b02276879d631
url unquote the path before checking if it refers to a CGI script (closes #21766)
Lib/CGIHTTPServer.py
Lib/test/test_httpservers.py
Misc/NEWS