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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org