[issue31456] SimpleCookie fails to parse any cookie if an entry has whitespace in the name

Adam Davis report at bugs.python.org
Wed Oct 11 00:06:24 EDT 2017


Adam Davis <adamdavis40208 at gmail.com> added the comment:

Quietly throw out the one bad value, sure. You lose all cookies in your cookie string in this scenario. 

I'd expect "ASDF=stuff; ASDF space=more stuff" to at least kick out the values that are legal.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31456>
_______________________________________


More information about the Python-bugs-list mailing list