Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#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)

debug_request_url.diff (1.7 KB ) - added by Thomas Güttler 15 years ago.

Download all attachments as: .zip

Change History (5)

by Thomas Güttler, 15 years ago

Attachment: debug_request_url.diff added

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r10534.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

comment:4 by Thomas Güttler, 12 years ago

Cc: hv@… removed
Easy pickings: unset
Severity: Normal
Type: Uncategorized
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top