[jboss-remoting-commits] JBoss Remoting SVN: r4072 - remoting2/branches/2.x/src/etc.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Apr 25 01:52:43 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-04-25 01:52:43 -0400 (Fri, 25 Apr 2008)
New Revision: 4072

Modified:
   remoting2/branches/2.x/src/etc/remoting.security.policy.tests
Log:
JBREM-920, JBREM-934: Move "jboss-junit-configuration" property permission to tests.

Modified: remoting2/branches/2.x/src/etc/remoting.security.policy.tests
===================================================================
--- remoting2/branches/2.x/src/etc/remoting.security.policy.tests	2008-04-25 05:00:30 UTC (rev 4071)
+++ remoting2/branches/2.x/src/etc/remoting.security.policy.tests	2008-04-25 05:52:43 UTC (rev 4072)
@@ -36,10 +36,6 @@
     
     // org.jboss.test.remoting.detection.metadata.MetadataTestCase
     permission javax.management.MBeanPermission "org.jboss.test.remoting.detection.metadata.MetadataTestCase$TestNetworkRegistry#-[remoting:type=NetworkRegistry]", "isInstanceOf";
-
-    // org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter calls
-    // org.jboss.remoting.util.SystemUtility
-    permission java.util.PropertyPermission "jboss-junit-configuration", "read";
 };
 
 
@@ -87,6 +83,9 @@
     // org.jboss.test.remoting.transport.connector.ObjectNameWithZeroesAddressTestCase
     permission javax.management.MBeanPermission "*#-[*:*]", "queryMBeans";
     
+    // org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter
+    permission java.util.PropertyPermission "jboss-junit-configuration", "read";
+    
     // This is technically the JNP server, but it seems intentional - note that this might mask other problems though
     permission java.net.SocketPermission "*:*", "accept, connect, resolve";
 




More information about the jboss-remoting-commits mailing list