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

markt-asf 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 f3bf1fb5e9 Follow-up to 318032a608
f3bf1fb5e9 is described below

commit f3bf1fb5e935524a3f63892a59d446dc1c4b4459
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Aug 18 09:28:51 2026 +0100

    Follow-up to 318032a608
---
 test/org/apache/catalina/ha/session/TestDeltaManagerBatch.java | 3 ++-
 webapps/docs/changelog.xml                                     | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/test/org/apache/catalina/ha/session/TestDeltaManagerBatch.java 
b/test/org/apache/catalina/ha/session/TestDeltaManagerBatch.java
index 7969cc2916..43efd94eef 100644
--- a/test/org/apache/catalina/ha/session/TestDeltaManagerBatch.java
+++ b/test/org/apache/catalina/ha/session/TestDeltaManagerBatch.java
@@ -18,13 +18,14 @@ package org.apache.catalina.ha.session;
 
 import java.io.IOException;
 
-import org.easymock.EasyMock;
 import org.junit.Assert;
 import org.junit.Test;
 
 import org.apache.catalina.Session;
 import org.apache.catalina.ha.CatalinaCluster;
 import org.apache.catalina.tribes.Member;
+import org.easymock.EasyMock;
+
 
 /**
  * Tests for the <code>sendAllSessionsSize</code> validation in
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 09d8d71a21..c714c6a7b9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -339,10 +339,10 @@
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
       <fix>
         Validate that the <code>DeltaManager</code> attribute
-        <code>sendAllSessionsSize</code> is a positive integer. Zero or
-        negative values previously caused an infinite loop or a
+        <code>sendAllSessionsSize</code> is a positive integer. Zero or 
negative
+        values previously caused an infinite loop or a
         <code>NegativeArraySizeException</code> during session state transfer.
-        (lihongyi87)
+        Pull request <pr>1042</pr> provided by lihongyi87. (markt)
       </fix>
     </changelog>
   </subsection>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to