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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 5ad12fc31a Make it clear that session-attribute name and class filters 
apply to all types of serialization, not just clustering.
5ad12fc31a is described below

commit 5ad12fc31a5acb92d4efad94ad8ba421f838f8a0
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Thu Mar 30 15:54:20 2023 -0400

    Make it clear that session-attribute name and class filters apply to all 
types of serialization, not just clustering.
---
 webapps/docs/config/manager.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/config/manager.xml b/webapps/docs/config/manager.xml
index 1890656e5b..13bd1b470f 100644
--- a/webapps/docs/config/manager.xml
+++ b/webapps/docs/config/manager.xml
@@ -170,7 +170,8 @@
 
       <attribute name="sessionAttributeNameFilter" required="false">
         <p>A regular expression used to filter which session attributes will be
-        distributed. An attribute will only be distributed if its name matches
+        serialized for clustering/replication, or storage to any persistent 
store.
+        An attribute will only be serialized if its name matches
         this pattern. If the pattern is zero length or <code>null</code>, all
         attributes are eligible for distribution. The pattern is anchored so 
the
         session attribute name must fully match the pattern. As an example, the
@@ -182,7 +183,8 @@
 
       <attribute name="sessionAttributeValueClassNameFilter" required="false">
         <p>A regular expression used to filter which session attributes will be
-        distributed. An attribute will only be distributed if the 
implementation
+        serialized for clustering/replication, or storage to any persistent 
store.
+        An attribute will only be serialized if the implementation
         class name of the value matches this pattern. If the pattern is zero
         length or <code>null</code>, all attributes are eligible for
         distribution. The pattern is anchored so the fully qualified class name
@@ -327,7 +329,8 @@
 
       <attribute name="sessionAttributeNameFilter" required="false">
         <p>A regular expression used to filter which session attributes will be
-        distributed. An attribute will only be distributed if its name matches
+        serialized for clustering/replication, or storage to any persistent 
store.
+        An attribute will only be serialized if its name matches
         this pattern. If the pattern is zero length or <code>null</code>, all
         attributes are eligible for distribution. The pattern is anchored so 
the
         session attribute name must fully match the pattern. As an example, the
@@ -339,7 +342,8 @@
 
       <attribute name="sessionAttributeValueClassNameFilter" required="false">
         <p>A regular expression used to filter which session attributes will be
-        distributed. An attribute will only be distributed if the 
implementation
+        serialized for clustering/replication, or storage to any persistent 
store.
+        An attribute will only be serialized if the implementation
         class name of the value matches this pattern. If the pattern is zero
         length or <code>null</code>, all attributes are eligible for
         distribution. The pattern is anchored so the fully qualified class name


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to