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

markt 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 6c6fe60  Clarify settings for clusters
6c6fe60 is described below

commit 6c6fe60328bebda8108d8ebd12404ec63786285e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Feb 1 10:20:46 2022 +0000

    Clarify settings for clusters
---
 webapps/docs/changelog.xml               | 4 ++++
 webapps/docs/config/cluster-listener.xml | 7 +------
 webapps/docs/config/cluster-valve.xml    | 4 +++-
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 36af447..6519ee6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -134,6 +134,10 @@
         Better documentation for the <code>protocol</code> attribute of the
         <code>JNDIRealm</code>. (markt)
       </fix>
+      <fix>
+        Clarify the some custer settings described in the documentation web
+        application. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="jdbc-pool">
diff --git a/webapps/docs/config/cluster-listener.xml 
b/webapps/docs/config/cluster-listener.xml
index d710334..f27f1b3 100644
--- a/webapps/docs/config/cluster-listener.xml
+++ b/webapps/docs/config/cluster-listener.xml
@@ -49,21 +49,16 @@
 
 <section name="Attributes">
 
-  <subsection name="Common Attributes">
-
   <attributes>
 
     <attribute name="className" required="true">
-
+        Set value to 
<code>org.apache.catalina.ha.session.ClusterSessionListener</code>
     </attribute>
 
 
   </attributes>
 
 
-  </subsection>
-
-
 </section>
 
 
diff --git a/webapps/docs/config/cluster-valve.xml 
b/webapps/docs/config/cluster-valve.xml
index 7722bd7..9c375ce 100644
--- a/webapps/docs/config/cluster-valve.xml
+++ b/webapps/docs/config/cluster-valve.xml
@@ -61,7 +61,9 @@
         been no session change. An example filter would look like <code>
         
filter=&quot;.*\.gif|.*\.js|.*\.jpeg|.*\.jpg|.*\.png|.*\.htm|.*\.html|.*\.css|.*\.txt&quot;
         </code>. The filter is a regular expression using
-        <code>java.util.regex</code>.
+        <code>java.util.regex</code>. If no filter pattern specified or if the
+        filter pattern is configured to be the empty string, no filtering will
+        take place. 
       </attribute>
       <attribute name="primaryIndicator" required="false">
         Boolean value, so to true, and the replication valve will insert a 
request attribute with the name

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

Reply via email to