Amaury Forgeot d'Arc <amaur...@gmail.com> 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 returns the following content: '<META HTTP-EQUIV="refresh" CONTENT="0;URL=%s/">'%self.path Some HTTP expert should conclude. ---------- assignee: -> akuchling nosy: +akuchling, amaury.forgeotdarc _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1314572> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com