Changes between Initial Version and Version 1 of Ticket #18403


Ignore:
Timestamp:
May 30, 2012, 9:19:23 AM (12 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18403 – Description

    initial v1  
    55response= HttpResponse()
    66response.set_cookie("a:.b/",1)
    7 }}}
     7
    88
    99> AttributeError: 'SimpleCookie' object has no attribute 'bad_cookies'
     10}}}
    1011
    1112with a python version that does not accept colons (":") in the cookie name.
Back to Top