git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@531471
13f79535-47bb-0310-9956-
ffa450edef68
this.orignalSessionID = orignalSessionID;
}
-
-
+ public String toString() {
+ return "SESSIONID-UPDATE#" + getHost() + "." + getContextPath() + "#" + getOrignalSessionID() + ":" + getBackupSessionID();
+ }
}
public void setUniqueId(String uniqueId) {
this.uniqueId = uniqueId;
}
-
+
+ public String toString() {
+ return getEventTypeString() + "#" + getContextName() + "#" + getSessionID() ;
+ }
}
</fix>
</changelog>
</subsection>
+ <subsection name="Cluster">
+ <changelog>
+ <fix>
+ Add toString method to better logging session replication message at tribes MESSAGES (pero)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 6.0.10 (remm)">
<subsection name="Catalina">