mnot / I-D

My Internet-Drafts
https://mnot.github.io/I-D/
Other
98 stars 38 forks source link

Cookie casing #312

Closed mnot closed 2 years ago

mnot commented 4 years ago

Cookie names and several set-cookie attributes use uppercase, but SH only allows lc in dictionary and parameter keys.

The solution is probably to map everything to lowercase explicitly, and to change cookies to use name="...", value="...".

mnot commented 2 years ago

Cookie parameters are case-insensitive, so this shouldn't be an issue.