git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@570417
13f79535-47bb-0310-9956-
ffa450edef68
session.setManager(this);
sessions.put(session.getIdInternal(), session);
session.activate();
- session.endAccess();
}
} catch (ClassNotFoundException e) {
log.error(sm.getString("standardManager.loading.cnfe", e), e);
stop to fail. Based on a fix suggested by Michael Vorburger.
Port of r454193 (<bug>36976</bug>) from Tomcat 5.5.x. (markt,rjung)
</fix>
+ <fix>
+ <bug>43216</bug>: Set correct StandardSession#accessCount as StandardSession.ACTIVITY_CHECK is true.
+ Patch provided by Takayuki Kaneko (pero)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">