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.
Created on 2012年05月10日 01:28 by jspenguin, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| rel_redirect.py | jspenguin, 2012年05月10日 01:28 | Test script | ||
| Messages (3) | |||
|---|---|---|---|
| msg160319 - (view) | Author: jspenguin (jspenguin) | Date: 2012年05月10日 01:28 | |
If a server returns a relative URL in the 'Location:' header, HTTPRedirectHandler will fail because it checks the scheme of the URL before it calls urljoin() to convert it to an absolute URL. |
|||
| msg160330 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年05月10日 09:24 | |
See issue12275. Seems like a common request. |
|||
| msg240463 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2015年04月11日 06:33 | |
Looks like this was a 3.2 regression, but was fixed in Issue 13696. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 58972 |
| 2015年04月11日 06:33:59 | martin.panter | set | status: open -> closed superseder: [urllib.request.HTTPRedirectHandler.http_error_302] Relative Redirect issue nosy: + martin.panter messages: + msg240463 resolution: duplicate stage: resolved |
| 2012年05月10日 09:24:20 | pitrou | set | nosy:
+ pitrou messages: + msg160330 |
| 2012年05月10日 03:01:39 | orsenthil | set | assignee: orsenthil nosy: + orsenthil |
| 2012年05月10日 01:28:07 | jspenguin | create | |