Add support for maxActiveSessions attributes to BackupManager.
authorkfujino <kfujino@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Oct 2010 09:21:10 +0000 (09:21 +0000)
committerkfujino <kfujino@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Oct 2010 09:21:10 +0000 (09:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1025899 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ha/session/BackupManager.java
webapps/docs/changelog.xml

index bc510f2..ffaa196 100644 (file)
@@ -242,6 +242,7 @@ public class BackupManager extends ClusterManagerBase implements MapOwner {
         result.cluster = cluster;
         result.notifyListenersOnReplication = notifyListenersOnReplication;
         result.mapSendOptions = mapSendOptions;
+        result.maxActiveSessions = maxActiveSessions;
         return result;
     }
 
index 68d8626..66228d5 100644 (file)
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <fix>
+        Add support for maxActiveSessions attributes to BackupManager. (kfujino)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Web applications">
     <changelog>
       <fix>