• R. David Murray's avatar
    #9824: encode , and ; in cookie values so that browsers don't split on them · b3572da1
    R. David Murray authored
    There is a small chance of backward incompatibility here, but only for
    non-SimpleCookie applications reading SimpleCookie generated cookies.  Even
    then, any such ap is likely to be handling escaped values already, and it would
    take a fairly perverse implementation of unescaping to fail to unescape these
    newly escaped chars, so the risk seems minimal.
    b3572da1
test_http_cookies.py 7.14 KB