[issue2212] Cookie.BaseCookie has ambiguous unicode handling

Charles Duffy report at bugs.python.org
Wed Dec 15 16:02:54 CET 2010


Charles Duffy <charles at dyfis.net> added the comment:

Only the Comment field of a cookie is required by RFC2965 to support Unicode -- and several major browsers either mangle or discard cookies containing even high-ASCII values.

Consequently, while some kind of unicode support is appropriate to implement, any program depending on end-to-end support for unicode-encoded cookies is in practice behaving perilously.

----------
nosy: +charles at dyfis.net

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


More information about the Python-bugs-list mailing list