Message237433
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". |
|
Date |
User |
Action |
Args |
2015-03-07 10:19:01 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, BreamoreBoy, berker.peksag, demian.brecht, chfoo |
2015-03-07 10:19:01 | serhiy.storchaka | set | messageid: <1425723541.77.0.456185727528.issue23138@psf.upfronthosting.co.za> |
2015-03-07 10:19:01 | serhiy.storchaka | link | issue23138 messages |
2015-03-07 10:19:01 | serhiy.storchaka | create | |
|