]> granicus.if.org Git - python/commit
fix behavior of trailing slash redirection when a query string is involved (closes...
authorBenjamin Peterson <benjamin@python.org>
Fri, 26 Dec 2014 16:53:43 +0000 (10:53 -0600)
committerBenjamin Peterson <benjamin@python.org>
Fri, 26 Dec 2014 16:53:43 +0000 (10:53 -0600)
commita71cfc5cf3e32b694be754ff476ce0181a7319a2
treef827ba52996a8f80b0f25eab25a3f74d542d0ed4
parentcb36d247a731e2d1c041cf662966f4f3bacadac9
fix behavior of trailing slash redirection when a query string is involved (closes #23112)
Lib/SimpleHTTPServer.py
Lib/test/test_httpservers.py
Misc/NEWS