git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@522786
13f79535-47bb-0310-9956-
ffa450edef68
if (notifyCluster) {
if (log.isDebugEnabled())
log.debug(sm.getString("deltaSession.notifying",
- ((DeltaManager)manager).getName(),
+ ((ClusterManager)manager).getName(),
new Boolean(isPrimarySession()),
expiredId));
if ( manager instanceof DeltaManager ) {
<subsection name="Catalina">
<changelog>
<fix>
+ <bug>41682</bug> ClassCastException when logging is turned on (fhanik)
+ </fix>
+ <fix>
<bug>41530 </bug>Don't log error messages when connector is stopped (fhanik)
</fix>
<fix>