Issue23112
Created on 2014-12-25 11:34 by jpf, last changed 2014-12-26 16:57 by python-dev. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg233095 - (view) | Author: Josep Portella Florit (jpf) | Date: 2014-12-25 11:34 | |
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. |
|||
| msg233106 - (view) | Author: Roundup Robot (python-dev) | Date: 2014-12-26 16:57 | |
New changeset b058a904c630 by Benjamin Peterson in branch '2.7': fix behavior of trailing slash redirection when a query string is involved (closes #23112) https://hg.python.org/cpython/rev/b058a904c630 New changeset 3d19f419cc44 by Benjamin Peterson in branch '3.4': fix behavior of trailing slash redirection when a query string is involved (closes #23112) https://hg.python.org/cpython/rev/3d19f419cc44 New changeset e7c7e1fce3e2 by Benjamin Peterson in branch 'default': merge 3.4 (#23112) https://hg.python.org/cpython/rev/e7c7e1fce3e2 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-26 03:59:48 | martin.panter | link | issue10231 superseder |
| 2014-12-26 16:57:12 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2014-12-26 13:21:27 | artifex93 | set | nosy:
+ artifex93 |
| 2014-12-25 11:34:44 | jpf | create | |