Message63023
| 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:23 | BM | set | spambayes_score: 0.365926 -> 0.36592576 recipients: + BM |
| 2008-02-26 02:27:23 | BM | set | spambayes_score: 0.365926 -> 0.365926 messageid: <1203992843.27.0.867127322082.issue2193@psf.upfronthosting.co.za> |
| 2008-02-26 02:27:22 | BM | link | issue2193 messages |
| 2008-02-26 02:27:21 | BM | create | |