#9577 closed Uncategorized (fixed)
Debug page's Request URL hides SCRIPT_NAME
Reported by: | Thomas Güttler | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | 1.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi,
Changeset [8633] which fixed #8287, removed SCRIPT_NAME from the shown request url.
And if I read RFC1945 correctly, the query string is part of the request url.
http://tools.ietf.org/html/rfc1945
I added a patch which uses request.build_absolute_uri() in debug.py.
PATH_INFO is still displayed. This was the reason for [8633].
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | debug_request_url.diff added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 13 years ago
Cc: | removed |
---|---|
Easy pickings: | unset |
Severity: | → Normal |
Type: | → Uncategorized |
UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
Fixed in r10534.