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 demian.brecht
Recipients BreamoreBoy, chfoo, demian.brecht
Date 2015-02-27.16:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425054837.0.0.717184179798.issue23138@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a fix that ignores the entire invalid cookie as defined in RFC 6265, Section 5.2. I'm also attaching patches for maintenance branches as it's a valid bug (NAME=VALUE pairs are required across all RFCs), although it would break backwards compatibility if the user was expecting invalid behaviour.
History
Date User Action Args
2015-02-27 16:33:57demian.brechtsetrecipients: + demian.brecht, BreamoreBoy, chfoo
2015-02-27 16:33:57demian.brechtsetmessageid: <1425054837.0.0.717184179798.issue23138@psf.upfronthosting.co.za>
2015-02-27 16:33:56demian.brechtlinkissue23138 messages
2015-02-27 16:33:56demian.brechtcreate