Message 127832 - Python tracker

Message127832

Author carsten.klein@axn-software.de
Recipients BM, BreamoreBoy, aclover, akuchling, carsten.klein, carsten.klein@axn-software.de, dstanek, georg.brandl, jerry.seutter, jjlee, karlcow, r.david.murray, tim.peters
Date 2011-02-04.00:05:41
SpamBayes Score 0.0014967492
Marked as misclassified No
Message-id <1296777942.18.0.054237192216.issue2193@psf.upfronthosting.co.za>
In-reply-to
Content
if you'd take a close look at the following lines accepted as part of the patch for stripping out unwanted/non standard cookies over trac:

+                try:
+                    old_set(key, real_value, coded_value)
+                except CookieError:
+                    bad_cookies.append(key)

then you will find that trac actually behaves just like what is requested in the "original" RFC, namely that the colon is part of the reserved or special characters not meant for inclusion with the cookie name or, as it was stated in the referred rfc, the token.

Please do not fix.
History
Date User Action Args
2011-02-04 00:05:42carsten.klein@axn-software.desetrecipients: + carsten.klein@axn-software.de, tim.peters, akuchling, georg.brandl, jjlee, dstanek, jerry.seutter, BM, aclover, r.david.murray, karlcow, BreamoreBoy, carsten.klein
2011-02-04 00:05:42carsten.klein@axn-software.desetmessageid: <1296777942.18.0.054237192216.issue2193@psf.upfronthosting.co.za>
2011-02-04 00:05:41carsten.klein@axn-software.delinkissue2193 messages
2011-02-04 00:05:41carsten.klein@axn-software.decreate