From: markt Date: Thu, 29 Jul 2010 12:34:59 +0000 (+0000) Subject: Update the changelog with a note on the session manager refactoring X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ea16470b4eb52766b94ad104a65d20cddfe649af;p=tomcat7.0 Update the changelog with a note on the session manager refactoring git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980425 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 75ee43591..ac012c5c9 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -197,6 +197,12 @@ Correct copy and paste typo in web.xml parsing rules that mixed up local-ejb-ref and resource-env-ref. (markt) + + Refactor session managers to remove unused code and to reduce code + duplication. Also, all session managers used for session replication now + extend org.apache.catalina.ha.session.ClusterManagerBase. + (markt) +