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 serhiy.storchaka
Recipients BreamoreBoy, berker.peksag, chfoo, demian.brecht, serhiy.storchaka
Date 2015-03-07.10:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425723541.77.0.456185727528.issue23138@psf.upfronthosting.co.za>
In-reply-to
Content
According to RFC 6265, Section 5.2:

   2.  If the name-value-pair string lacks a %x3D ("=") character,
       ignore the set-cookie-string entirely.

But "Set-Cookie: spam; Expires=Thu, 01 Jan 1970 00:00:10 GMT" is accepted. key="spam", value=None.

   5.  If the name string is empty, ignore the set-cookie-string
       entirely.

But "Set-Cookie: =spam; Expires=Thu, 01 Jan 1970 00:00:10 GMT" is accepted. key="", value="spam".
History
Date User Action Args
2015-03-07 10:19:01serhiy.storchakasetrecipients: + serhiy.storchaka, BreamoreBoy, berker.peksag, demian.brecht, chfoo
2015-03-07 10:19:01serhiy.storchakasetmessageid: <1425723541.77.0.456185727528.issue23138@psf.upfronthosting.co.za>
2015-03-07 10:19:01serhiy.storchakalinkissue23138 messages
2015-03-07 10:19:01serhiy.storchakacreate