Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default cookie name is not compliant with RFC 6265 #33

Closed
vschoettke opened this issue Jun 3, 2015 · 1 comment
Closed

The default cookie name is not compliant with RFC 6265 #33

vschoettke opened this issue Jun 3, 2015 · 1 comment
Assignees
Labels

Comments

@vschoettke
Copy link

RFC 6265 (http://tools.ietf.org/html/rfc6265#section-4.1.1) specifies the cookie name as token that is defined in RFC 2616 (http://tools.ietf.org/html/rfc2616#section-2.2) which specifies:

  token          = 1*<any CHAR except CTLs or separators>
   separators     = "(" | ")" | "<" | ">" | "@"
                  | "," | ";" | ":" | "\" | <">
                  | "/" | "[" | "]" | "?" | "="
                  | "{" | "}" | SP | HT

So just removing the colon from the default name would be fine.

@dougwilson
Copy link
Contributor

Thanks! Though this is a duplicate of #16 and you can change the cookie name yourself (since it's configurable) for the time being.

@dougwilson dougwilson self-assigned this Jun 3, 2015
@dougwilson dougwilson added the bug label Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants