Author: rjung Date: Sat Sep 24 11:28:05 2011 New Revision: 1175160 URL: http://svn.apache.org/viewvc?rev=1175160&view=rev Log: Updated patch with Override annotation, removed Konstantin's comment.
Kept votes as-is. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1175160&r1=1175159&r2=1175160&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Sep 24 11:28:05 2011 @@ -70,10 +70,10 @@ PATCHES PROPOSED TO BACKPORT: have a similar method that returns Thread.getName() names. * Fine grained control of session attribute replication in clusters. - Trunk revisions: 1172233, 1172234, 1172236, 1173088, 1173090, 1173461 - TC 7 revisions: 1172259, 1174181 + Trunk revisions: 1172233, 1172234, 1172236, 1173088, 1173090, 1173461, 1175155, 1175158 + TC 7 revisions: 1172259, 1174181, 1175159 TC 6 patch: - http://people.apache.org/~rjung/patches/cluster-attribute-filter-tc6-v2.patch + http://people.apache.org/~rjung/patches/cluster-attribute-filter-tc6-v3.patch Difference between TC 7 and TC 6: In TC 6 the feature will only be available for DeltaManager, since Delta and BackupManager do not have ClusterManagerBase as common base class. This was refactored in TC 7, so the feature is available for both there. @@ -81,8 +81,6 @@ PATCHES PROPOSED TO BACKPORT: in DeltaManager#cloneFromtemplate(). +1: rjung, kfujino, kkolinko -1: - kkolinko: One has to add @Override annotation to overridden methods - isAttributeDistributable(), exclude() in DeltaSession. * Replace unneeded call that iterated events queue in NioEndpoint.Poller. There is no need to call size() on a liked list to check whether it is empty, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org