• R David Murray's avatar
    #16611: BaseCookie now parses 'secure' and 'httponly' flags. · cd0f74b1
    R David Murray yazdı
    Previously it generated them if they were given a value, but completely
    ignored them if they were present in the string passed in to be parsed.  Now
    if the flag appears on a cookie, the corresponding Morsel key will reference a
    True value.  Other pre-existing behavior is retained in this maintenance
    patch: if the source contains something like 'secure=foo', morsel['secure']
    will return 'foo'.  Since such a value doesn't round trip and never did (and
    would be a surprising occurrence) a subsequent non-bug-fix patch may change
    this behavior.
    
    Inspired by a patch from Julien Phalip, who reviewed this one.
    cd0f74b1
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.hgtouch Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...