Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#9469 closed (fixed)

mod_wsgi needs the get_full_path fix in #9224 too

Reported by: magneto Owned by: nobody
Component: HTTP handling Version: dev
Severity: Keywords: wsgi unicode
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

#9224 says the cause,

but wsgi needs the same aid

need to take care of the non-ascii chars in the GETS of URLs

Attachments (1)

wsgi_fullpath.diff (1.1 KB ) - added by magneto 16 years ago.
encode QUERY_STRING

Download all attachments as: .zip

Change History (6)

by magneto, 16 years ago

Attachment: wsgi_fullpath.diff added

encode QUERY_STRING

comment:1 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:2 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:3 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [9996]) Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well.

This is a defensive encoding fix. No functionality change for correct URLs.
Patch from magneto.

comment:4 by Malcolm Tredinnick, 15 years ago

(In [9999]) [1.0.X] Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well.

This is a defensive encoding fix. No functionality change for correct URLs.
Patch from magneto.

Backport of r9996 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top