This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients karlcow, larry, orsenthil, python-dev, senko, vajrasky
Date 2013-09-13.07:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cbpGN25nyzRdD@mail.python.org>
In-reply-to
Content
New changeset a58b620e4dc9 by Senthil Kumaran in branch '2.7':
Fix SimpleHTTPServer's request handling case on trailing '/'.
http://hg.python.org/cpython/rev/a58b620e4dc9

New changeset 1fcccbbe15e2 by Senthil Kumaran in branch '3.3':
Fix http.server's request handling case on trailing '/'.
http://hg.python.org/cpython/rev/1fcccbbe15e2

New changeset b85c9d2a5227 by Senthil Kumaran in branch 'default':
Fix http.server's request handling case on trailing '/'.
http://hg.python.org/cpython/rev/b85c9d2a5227
History
Date User Action Args
2013-09-13 07:22:53python-devsetrecipients: + python-dev, orsenthil, larry, karlcow, vajrasky, senko
2013-09-13 07:22:53python-devlinkissue17324 messages
2013-09-13 07:22:53python-devcreate