]> granicus.if.org Git - python/commit
Fix SimpleHTTPServer's request handling case on trailing '/'.
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 13 Sep 2013 07:18:55 +0000 (00:18 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 13 Sep 2013 07:18:55 +0000 (00:18 -0700)
commitd4fac04fdee9947cac4d82407ba7d5f3b4bf8ee9
tree2b4a53fddf0433a5bac19b034f4b60b81cd313f7
parentb06f536cb7456cbb40b869484fad10b391e04ef7
Fix SimpleHTTPServer's request handling case on trailing '/'.

Patch contributed by Vajrasky Kok. Addresses Issue #17324
Lib/SimpleHTTPServer.py
Lib/test/test_httpservers.py
Misc/NEWS