This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 5b6c5cd2df Also add partitioned to CookieProcessor docs 5b6c5cd2df is described below commit 5b6c5cd2df925e14e146ec074d24ab97469a74f5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jan 4 13:13:37 2024 +0000 Also add partitioned to CookieProcessor docs --- webapps/docs/config/cookie-processor.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapps/docs/config/cookie-processor.xml b/webapps/docs/config/cookie-processor.xml index 5e64cf23d7..d09b5224b4 100644 --- a/webapps/docs/config/cookie-processor.xml +++ b/webapps/docs/config/cookie-processor.xml @@ -99,6 +99,13 @@ <attributes> + <attribute name="partitioned" required="false"> + <p>Should the Partitioned flag be set on cookies? Defaults to <code>false</code>.</p> + <p>Note: The name of the attribute used to indicate a partitioned cookie as part of + <a href="https://developers.google.com/privacy-sandbox/3pcd#partitioned">CHIPS</a> is not defined by an RFC and + may change in a non-backwards compatible way once equivalent functionality is included in an RFC.</p> + </attribute> + <attribute name="sameSiteCookies" required="false"> <p>Enables setting same-site cookie attribute.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org