You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/12/21 07:44:12 UTC

DO NOT REPLY [Bug 50503] Engine level Clustering does not work correctly if the web application has a version.

https://issues.apache.org/bugzilla/show_bug.cgi?id=50503

--- Comment #1 from Keiichi Fujino <kf...@apache.org> 2010-12-21 01:44:09 EST ---
Created an attachment (id=26431)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26431)
I made a patch.

I changed "clusterName.indexOf("#") >= 0" into
"clusterName.startsWith(host.getName() +"#")".

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org