[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Has patch. -- keywords: +easy nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ __

[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-07-01 Thread Josiah Carlson
Josiah Carlson added the comment: The other patch is more correct. Closing. -- resolution: -> duplicate status: open -> closed superseder: -> SimpleHTTPServer directory-indexing "bug" fix ___ Python tracker _

[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-07-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The same problem was fixed with issue827559. But the patch here is different: - it returns a code 302 instead of 301 - it uses the header "Content-Location" instead of "Location" to set the new path with the slash - it sets "Content-type: text/html" and