Author: kkolinko
Date: Wed Sep 29 09:17:25 2010
New Revision: 1002532
URL: http://svn.apache.org/viewvc?rev=1002532&view=rev
Log:
comment
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=1002532&r1=1002531&r2=1002532&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Sep 29 09:17:25 2010
@@ -157,6 +157,9 @@ PATCHES PROPOSED TO BACKPORT:
kfujino : mapOwner is specified by the argument of the constructor of
AbstractReplicatedMap.
LazyReplicatedMap is constructed specifying "this" in
BackupManager#startInternal().
Therefore, I think mapOwner can not be null.
+ 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());
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49209
Prevent possible AccessControlException during undeployment when running with
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]