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 larry
Recipients larry
Date 2013-03-01.08:54:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362128046.23.0.253565985522.issue17324@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce:

1) Create a file called "foo.txt" in the local directory, put whatever you like in it.
2) Run "python -m SimpleHTTPServer" or "python3 -m http.server".
3) Point your web browser at "http://127.0.0.1:8000/foo.txt/".
4) Note that the server has served the contents of "foo.txt" as "foo.txt/".  It shouldn't do that!

Reproduced with 2.7.3, 3.2.3, and 3.3.0.  I assume it's still there in trunk.
History
Date User Action Args
2013-03-01 08:54:06larrysetrecipients: + larry
2013-03-01 08:54:06larrysetmessageid: <1362128046.23.0.253565985522.issue17324@psf.upfronthosting.co.za>
2013-03-01 08:54:06larrylinkissue17324 messages
2013-03-01 08:54:05larrycreate