Django

Code

Ticket #9469 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

mod_wsgi needs the get_full_path fix in #9224 too

Reported by: magneto Assigned to: nobody
Milestone: 1.1 Component: HTTP handling
Version: SVN Keywords: wsgi unicode
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

wsgi_fullpath.diff (1.1 kB) - added by magneto on 10/29/08 14:06:43.
encode QUERY_STRING

Change History

10/29/08 14:06:43 changed by magneto

  • attachment wsgi_fullpath.diff added.

encode QUERY_STRING

02/25/09 13:51:44 changed by

  • milestone deleted.

Milestone post-1.0 deleted

02/26/09 14:18:19 changed by jacob

  • needs_better_patch changed.
  • needs_docs changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • milestone set to 1.1.

03/08/09 04:58:41 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(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.

03/08/09 05:01:24 changed by mtredinnick

(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.


Add/Change #9469 (mod_wsgi needs the get_full_path fix in #9224 too)




Change Properties
Action