Author: kfujino Date: Thu Sep 30 03:01:52 2010 New Revision: 1002938 URL: http://svn.apache.org/viewvc?rev=1002938&view=rev Log: add patch.
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=1002938&r1=1002937&r2=1002938&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Sep 30 03:01:52 2010 @@ -150,6 +150,7 @@ PATCHES PROPOSED TO BACKPORT: When non-primary node changes into a primary node, make sure isPrimarySession is changed to true. http://svn.apache.org/viewvc?view=revision&revision=996778 + http://svn.apache.org/viewvc?rev=1002935&view=rev +1: kfujino, markt -1: kkolinko: I think getMapOwner().objectMadePrimay(key, entry.getValue()); can @@ -160,6 +161,7 @@ PATCHES PROPOSED TO BACKPORT: kkolinko: LazyReplicatedMap is constructed specifying "null" in o.a.c.tribes.demos.MapDemo The other call to objectMadePrimay() (in AbstractReplicatedMap.memberDisappeared(..)) checks for null: if ( mapOwner!=null ) mapOwner.objectMadePrimay(entry.getKey(),entry.getValue()); + kfujino: I see, I'll add check for null. * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49209 Prevent possible AccessControlException during undeployment when running with --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org