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 jpf
Recipients jpf
Date 2014-12-25.11:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419507284.07.0.378357430215.issue23112@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce:

1) Create directory "foo" in the current directory.
2) Run "python -m SimpleHTTPServer" or "python3 -m http.server".
3A) Point web browser to "http://127.0.0.1:8000/foo/?".
    The request is redirected to "http://127.0.0.1:8000/foo/?/".
    The expected behaviour was no redirection.
3B) Point web browser to "http://127.0.0.1:8000/foo?".
    The request is redirected to "http://127.0.0.1:8000/foo?/".
    The expected behaviour was a redirection to
    "http://127.0.0.1:8000/foo/?".

Reproduced with 2.7.6 and 3.4.0.
History
Date User Action Args
2014-12-25 11:34:44jpfsetrecipients: + jpf
2014-12-25 11:34:44jpfsetmessageid: <1419507284.07.0.378357430215.issue23112@psf.upfronthosting.co.za>
2014-12-25 11:34:43jpflinkissue23112 messages
2014-12-25 11:34:43jpfcreate