#2078: [patch] HttpResponseRedirect should percent-encode non-ASCII characters 
in
Location header
---------------------------------------+------------------------------------
 Reporter:  Andrey <[EMAIL PROTECTED]>  |        Owner:  adrian
     Type:  defect                     |       Status:  new   
 Priority:  normal                     |    Milestone:        
Component:  Core framework             |      Version:        
 Severity:  normal                     |   Resolution:        
 Keywords:                             |  
---------------------------------------+------------------------------------
Comment (by Alexander Petrov):

 I am currentry writing a Django-based mini-wiki, and of course I'd want to
 have non-latin character in article titles (I am a native Russian
 speaker). Unfortunately, Django still chokes on cyrilic characters in
 URLs. For example, if an URL with cyrillic character and wihout trailing
 slash is entered in browser (say, [http://some.host/wiki/Проверка]), it
 does not get redirected correctly (you get some cruft like
 [http://some.host/wiki/Проверка/] instead of
 [http://some.host/wiki/Проверка/]).
 
 This patch above fixes this issue, so it would be really nice to have it
 merged. :)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2078>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to