From ea16470b4eb52766b94ad104a65d20cddfe649af Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 29 Jul 2010 12:34:59 +0000 Subject: [PATCH] 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 --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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) + -- 2.11.0