[issue1028088] Cookies without values are silently ignored (by design?)

Andres Riancho report at bugs.python.org
Fri Oct 10 20:21:07 CEST 2008


Andres Riancho <andresriancho at users.sourceforge.net> added the comment:

- Problem: The secure flag of cookies is ignored by the load method.

- Why is it related to this issue? Because the secure flag is a name
without a value:

pie=good; other=thing; secure

- Why is it bad?
Because the RFC says that we should parse it.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1028088>
_______________________________________


More information about the Python-bugs-list mailing list