Fix
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 6 Jul 2009 15:45:32 +0000 (15:45 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 6 Jul 2009 15:45:32 +0000 (15:45 +0000)
https://issues.apache.org/bugzilla/show_bug.cgi?id=47478
Patch provided by Keiichi Fujino

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@791524 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ha/session/DeltaSession.java

index 3eeeab8..9e68346 100644 (file)
@@ -175,7 +175,7 @@ public class DeltaSession extends StandardSession implements Externalizable,Clus
                     ClassLoader[] loaders = getClassLoaders();
                     if (loaders != null && loaders.length > 0)
                         Thread.currentThread().setContextClassLoader(loaders[0]);
-                    getDeltaRequest().execute(this);
+                    getDeltaRequest().execute(this, ((ClusterManager)getManager()).isNotifyListenersOnReplication());
                 } finally {
                     Thread.currentThread().setContextClassLoader(contextLoader);
                 }