jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
261 stars 85 forks source link

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

Open markt-asf opened 1 month ago

markt-asf commented 1 month ago

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: