You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/07/29 14:35:00 UTC

svn commit: r980425 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Thu Jul 29 12:34:59 2010
New Revision: 980425

URL: http://svn.apache.org/viewvc?rev=980425&view=rev
Log:
Update the changelog with a note on the session manager refactoring

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=980425&r1=980424&r2=980425&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Jul 29 12:34:59 2010
@@ -197,6 +197,12 @@
         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">



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