#13704: utils.html.urlize mishandles IDN style domain names
---------------------------+------------------------------------------------
 Reporter:  dryan          |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.2       
 Keywords:  IDN, urlize    |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 The urlize function runs urlquote on the url it is processing which
 incorrectly handles domain names with unicode characters in them (IDN
 style).

 To test, run urlize('http://c✶.ws'). The text of the link is fine, the
 href of the anchor tag is not.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13704>
Django <http://code.djangoproject.com/>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to