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 solomoriah
Recipients
Date 2003-10-21.14:49:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The SimpleHTTPServer.py module, when presented with a
URL of the form:

      http://some.site.com/directory

should redirect the browser to:

      http://some.site.com/directory/

This is evidently a standard behavior of major
webservers (Apache and IIS at least).  SimpleHTTPServer
does not do this, but fortunately it is simple to
implement (patch attached, naturally).

I am providing a fix for 2.2 but this problem appears
to be in earlier versions, and is also in 2.3.  This
patch appears to work fine for 2.3.

History
Date User Action Args
2007-08-23 15:29:37adminlinkissue827559 messages
2007-08-23 15:29:37admincreate