Update the changelog with a note on the session manager refactoring
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Jul 2010 12:34:59 +0000 (12:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Jul 2010 12:34:59 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980425 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 75ee435..ac012c5 100644 (file)
         Correct copy and paste typo in web.xml parsing rules that mixed up
         <code>local-ejb-ref</code> and <code>resource-env-ref</code>. (markt)
       </fix>
+      <update>
+        Refactor session managers to remove unused code and to reduce code
+        duplication. Also, all session managers used for session replication now
+        extend <code>org.apache.catalina.ha.session.ClusterManagerBase</code>.
+        (markt)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Jasper">