Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] Request to Add Issue #571 to Servlet 6.1

Hello,

If it's not too late, could a fix for issue 571 (1) be included in the Servlet 6.1 specification?

Chrome is phasing out third-party cookie support but allowing them in certain cases (via Partitioned Cookies (2)). It would be a great value for implementation to be able to set attributes only to cookies via a consistent approach with the Cookie (3) class. It's currently not possible with the Cookie#setAttribute method added in 6.0 since it expects key-value pairs (such as "partitioned=", rather than just "Partitioned;"). Clarification on null / empty values would also be beneficial.

Thanks,
Volodymyr 

1) https://github.com/jakartaee/servlet/issues/571
2) https://developers.google.com/privacy-sandbox/3pcd/chips
3) https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/servlet/http/cookie



Back to the top