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 infinitewarp
Recipients Adam Davis, infinitewarp
Date 2017-10-11.02:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507690030.69.0.213398074469.issue31456@psf.upfronthosting.co.za>
In-reply-to
Content
According to RFC-6265 (which also references RFC-2616 to define "tokens"), the space character (and whitespace in general) is not valid in cookie-names or cookie-values.

RFC-6265: https://tools.ietf.org/html/rfc6265#section-4.1.1
RFC-2616: https://tools.ietf.org/html/rfc2616#section-2.2

I think it's reasonable for Python to quietly throw away malformed NAME=VALUE pairs since web browsers are likely doing the same.
History
Date User Action Args
2017-10-11 02:47:10infinitewarpsetrecipients: + infinitewarp, Adam Davis
2017-10-11 02:47:10infinitewarpsetmessageid: <1507690030.69.0.213398074469.issue31456@psf.upfronthosting.co.za>
2017-10-11 02:47:10infinitewarplinkissue31456 messages
2017-10-11 02:47:10infinitewarpcreate