From: markt Date: Fri, 5 Aug 2011 16:26:21 +0000 (+0000) Subject: Expand description X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=87e5dcf717bae158838084b9ced9a1e09775b6df;p=tomcat7.0 Expand description git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1154296 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 98f0fd936..4667eede7 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -130,8 +130,8 @@ in the same Context). (kkolinko) - 51614: Avoid two times calls of store.load() and - session.expire() in PersistentManager. (kfujino) + 51614: Avoid calling store.load() and session.expire() + twice in PersistentManager when expiring sessions. (kfujino)