This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new ffa58ffef5 Also add partitioned to CookieProcessor docs
ffa58ffef5 is described below

commit ffa58ffef5fcd87c13364c75645de1f761c129d6
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to