This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BM
Recipients BM
Date 2008-02-26.02:27:21
SpamBayes Score 0.36592576
Marked as misclassified No
Message-id <1203992843.27.0.867127322082.issue2193@psf.upfronthosting.co.za>
In-reply-to
Content
According to David M. Kristol, only comma, space and semi-colon are 
forbidden in the cookie Name. However, Python's Cookie.py rejects a 
colon too. At the same time, Java Cookie in the servlet implementation 
allows a colon and Perl too.

The fix would be to add a colon symbol into _LegalChars variable.
History
Date User Action Args
2008-02-26 02:27:23BMsetspambayes_score: 0.365926 -> 0.36592576
recipients: + BM
2008-02-26 02:27:23BMsetspambayes_score: 0.365926 -> 0.365926
messageid: <1203992843.27.0.867127322082.issue2193@psf.upfronthosting.co.za>
2008-02-26 02:27:22BMlinkissue2193 messages
2008-02-26 02:27:21BMcreate