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

RFC 6265bis will allow cookies with a value but no name #697

Open
markt-asf opened this issue Aug 20, 2024 · 0 comments
Open

RFC 6265bis will allow cookies with a value but no name #697

markt-asf opened this issue Aug 20, 2024 · 0 comments

Comments

@markt-asf
Copy link
Contributor

RFC 6265bis will permit cookies with values but no names in some circumstances. Frameworks - such as Servlet - are encouraged to support parsing such cookies.

jakarta.servlet.http.Cookie does not allow either null or "" for the name field. Do we want to:

  • relax that in light of the expected RFC 6265bis changes;
  • wait for the RFC to be published before we make a decision;
  • leave things as they are;
  • do something else?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant