You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/14 12:00:30 UTC

svn commit: r814550 - /tomcat/tc5.5.x/trunk/STATUS.txt

Author: rjung
Date: Mon Sep 14 10:00:30 2009
New Revision: 814550

URL: http://svn.apache.org/viewvc?rev=814550&view=rev
Log:
Vote and comment.

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=814550&r1=814549&r2=814550&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Mon Sep 14 10:00:30 2009
@@ -114,8 +114,9 @@
 
 * Add additional permission required by JULI
   http://svn.apache.org/viewvc?rev=813001&view=rev 
-  +1: markt
+  +1: markt, rjung
   -1:
+  rjung: Should we also add ${catalina.base}/bin/tomcat-juli.jar as a codeBase?
 
 * Spurious startup errors in the cluster
   Although the secondary node is able to retrieve all sessions,
@@ -131,5 +132,8 @@
   Correct synchronisation problem that leads to cluster members permanently
   disappearing
   https://issues.apache.org/bugzilla/attachment.cgi?id=24253
-  +1: markt
+  +1: markt, rjung
   -1: 
+  rjung: the same fix seems to be necessary for
+  container/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java
+  (plus another use of the mutex also in receive() around membership.removeMember(m).



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


Re: svn commit: r814550 - /tomcat/tc5.5.x/trunk/STATUS.txt

Posted by Mark Thomas <ma...@apache.org>.
rjung@apache.org wrote:
>  * Add additional permission required by JULI
>    http://svn.apache.org/viewvc?rev=813001&view=rev 
> -  +1: markt
> +  +1: markt, rjung
>    -1:
> +  rjung: Should we also add ${catalina.base}/bin/tomcat-juli.jar as a codeBase?

I'm leaning towards not. Konstantin has raised some issues with the
$CATALINA_BASE / JULI changes for tc6. However those are resolved, the
docs will probably need a tweak so I'll add a note about the security
manager to the docs. Thinking about it, I'll do that in a sec so I don't
forget.

Mark




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