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 demian.brecht, orsenthil, pitrou
Date 2014-12-02.17:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417541151.27.0.0171050279959.issue22983@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, but this is in regards to the initial matching, not the parsing. Because the pattern expects RFC conformity, in this cookie string:

Cookie: a=b; c=[; d=r; f=h

The only matching parts will be:

Cookie: a=b;

The rest will be discarded. What I'm proposing is that this should instead result in:

Cookie: a=b; d=r; f=h

The recent changes would stay intact.
History
Date User Action Args
2014-12-02 17:25:51demian.brechtsetrecipients: + demian.brecht, orsenthil, pitrou
2014-12-02 17:25:51demian.brechtsetmessageid: <1417541151.27.0.0171050279959.issue22983@psf.upfronthosting.co.za>
2014-12-02 17:25:51demian.brechtlinkissue22983 messages
2014-12-02 17:25:51demian.brechtcreate