#19039: Python 3.3 fails unit test for duplicate bad cookies
-----------------------------------+------------------------------------
     Reporter:  clelland           |                    Owner:  nobody
         Type:  Bug                |                   Status:  closed
    Component:  HTTP handling      |                  Version:  master
     Severity:  Release blocker    |               Resolution:  fixed
     Keywords:  cookie, python3.3  |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by lukeplant):

 Further to last comments:

 * If `SimpleCookie` can't parse cookies with commas in names, it is
 arguably behaving correctly, and isn't going to cause any problems in the
 real world since browsers don't send cookies with commas in names.
 * If it throws a `CookieError` exception, that doesn't hurt us since our
 `parse_cookie` catches that and returns an empty dictionary.

 So with the current solution, we shouldn't have further problems, and we
 don't need to file a bug against Python.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19039#comment:6>
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 https://groups.google.com/groups/opt_out.


Reply via email to