#9655: urlize should not quote already quoted urls.
-----------------------------+----------------------------------------------
Reporter: flytwokites | Owner: nobody
Status: new | Milestone:
Component: Template system | Version: 1.0
Keywords: urlize | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
This template:
{{{
{{ user.homepage:urlize }}
}}}
When user.homepage is "http://hi.baidu.com/%D6%D8%D0%C2%BF%AA%CA%BC",
the output will be
"http://hi.baidu.com/%25D6%25D8%25D0%25C2%25BF%25AA%25CA%25BC",
It quoted '%' char in source url and outputs an invalid url.
--
Ticket URL: <http://code.djangoproject.com/ticket/9655>
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 [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?hl=en
-~----------~----~----~----~------~----~------~--~---