#9655: urlize should not quote already quoted urls.
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  flytwokites                        |         Status:  reopened
                   Type:  Bug        |      Component:  Template system
              Milestone:             |       Severity:  Normal
                Version:  1.0        |       Keywords:  urlize
             Resolution:             |      Has patch:  0
           Triage Stage:  Design     |    Needs tests:  0
  decision needed                    |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by Dan LaMotte <lamotte85@…>):

 * cc: lamotte85@… (added)
 * ui_ux:   => 0


Comment:

 Seems like this has already been re-considered, but I'd like to add my
 $0.02.  I also came across this problem where someone copy pasted a URL
 and %20 was encoded %2520 which makes the URL unusable.  My argument
 against re-encoding is simple:

    - By changing the behavior, the use case:
 http://www.mystore.com/30%OffCoupons! can be worked around by encoding the
 URL by hand (stick it in your address bar, then copy/paste it)
    - The current behavior cannot be worked around, it renders URLs
 entirely useless

 I feel that while the other comments lead someone to believe that
 copy/paste is the majority case as an argument (as it may well be), that
 more importantly, the current behavior cannot be worked around without
 code change.  Given that, will the current behavior be changed?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/9655#comment:14>
Django <https://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-updates@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