• R. David Murray's avatar
    #9824: encode , and ; in cookie values so that browsers don't split on them · e05ca2af
    R. David Murray yazdı
    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.
    e05ca2af
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
client.py Loading commit data...
cookiejar.py Loading commit data...
cookies.py Loading commit data...
server.py Loading commit data...