Message 119104 - Python tracker

Message119104

Author dstanek
Recipients BM, BreamoreBoy, akuchling, dstanek, georg.brandl, jerry.seutter, jjlee, tim.peters
Date 2010-10-19.02:13:20
SpamBayes Score 0.0011294336
Marked as misclassified No
Message-id <1287454401.67.0.00302370033798.issue2193@psf.upfronthosting.co.za>
In-reply-to
Content
My Java may be a bit rusty, but it seems that it would filter out the colon. tspecials contains a colon and thus having a colon in the cookie name would make in invalid.

I glanced at the Perl code and couldn't find where it filtered out any characters.

Would it be better to file bugs against buggy implementations instead of changing Python's implementation to be more lenient?
History
Date User Action Args
2010-10-19 02:13:21dstaneksetrecipients: + dstanek, tim.peters, akuchling, georg.brandl, jjlee, jerry.seutter, BM, BreamoreBoy
2010-10-19 02:13:21dstaneksetmessageid: <1287454401.67.0.00302370033798.issue2193@psf.upfronthosting.co.za>
2010-10-19 02:13:20dstaneklinkissue2193 messages
2010-10-19 02:13:20dstanekcreate