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

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


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

commit 3d75bb000af2ec03f74b3da29d44bb45ac213161
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 b1fc609ebd..5abbd4c99f 100644
--- a/webapps/docs/config/manager.xml
+++ b/webapps/docs/config/manager.xml
@@ -187,7 +187,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
@@ -199,7 +200,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
@@ -344,7 +346,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
@@ -356,7 +359,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