#19237: The use of > in single or double quoted attributes in strip_tags
-------------------------------------+-------------------------------------
     Reporter:  chris.khoo@…         |                    Owner:
         Type:  Bug                  |  khoomeister
    Component:  Utilities            |                   Status:  new
     Severity:  Release blocker      |                  Version:  master
     Keywords:                       |               Resolution:
    Has patch:  1                    |             Triage Stage:  Ready for
  Needs tests:  0                    |  checkin
Easy pickings:  0                    |      Needs documentation:  0
                                     |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by claudep):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 HTMLParser behaviour changed between 2.6-2.7, 3.2-3.3. So now we have
 probably no other choice than ignoring content after any unclosed tag.
 That means the behaviour is changed comparing to the regex-based solution.

 I'm joining the proposed fix.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19237#comment:38>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/078.a257da028564452ba003785364ac14f5%40djangoproject.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to