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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Oct 29 03:10:16 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-10-29 03:10:16 -0400 (Wed, 29 Oct 2008)
New Revision: 4632

Modified:
   remoting2/branches/2.x/src/etc/remoting.security.policy.tests
Log:
JBREM-1051: Added permissions for org.jboss.test.remoting.transport.http.proxy.ProxyAuthenticationTestCase.

Modified: remoting2/branches/2.x/src/etc/remoting.security.policy.tests
===================================================================
--- remoting2/branches/2.x/src/etc/remoting.security.policy.tests	2008-10-29 07:06:55 UTC (rev 4631)
+++ remoting2/branches/2.x/src/etc/remoting.security.policy.tests	2008-10-29 07:10:16 UTC (rev 4632)
@@ -72,6 +72,12 @@
     permission javax.management.MBeanPermission "org.jboss.remoting.security.SSLServerSocketFactoryService#SSLSocketBuilder[jboss:type=serversocketfactory]", "getAttribute";
     permission javax.management.MBeanPermission "org.jboss.remoting.security.SSLServerSocketFactoryService#SSLSocketBuilder[jboss:type=serversocketfactory2]", "getAttribute";
 
+    // org.jboss.test.remoting.transport.http.proxy.ProxyAuthenticationTestCase
+    permission java.util.PropertyPermission "http.proxyHost", "read";
+    permission java.util.PropertyPermission "http.proxyPort", "read";
+    permission java.util.PropertyPermission "http.proxy.username", "read";
+    permission java.util.PropertyPermission "http.proxy.password", "read";
+    
     // org.jboss.test.remoting.transport.rmi.ssl.config.FactoryConfigTestCase
     permission javax.management.MBeanPermission "org.jboss.test.remoting.transport.rmi.ssl.config.FactoryConfigTestCase$SerializableServerSocketFactory#SSLSocketBuilder[jboss:type=serversocketfactory]", "getAttribute";
     permission javax.management.MBeanPermission "org.jboss.test.remoting.transport.rmi.ssl.config.FactoryConfigTestCase$SerializableServerSocketFactory#SSLSocketBuilder[jboss:type=serversocketfactory2]", "getAttribute";
@@ -168,7 +174,14 @@
     
     // org.jboss.test.remoting.transport.connector.ObjectNameWithZeroesAddressTestCase
     permission javax.management.MBeanPermission "*#-[*:*]", "queryMBeans";
-    
+
+    // org.jboss.test.remoting.transport.http.proxy.ProxyAuthenticationTestCase
+    permission java.util.PropertyPermission "http.proxyHost", "write";
+    permission java.util.PropertyPermission "http.proxyPort", "write";
+    permission java.util.PropertyPermission "proxySet", "write";
+    permission java.util.PropertyPermission "http.proxy.username", "write";
+    permission java.util.PropertyPermission "http.proxy.password", "write";
+        
     // Several test cases.
     permission java.util.PropertyPermission "jrunit.bind_addr", "read";
     




More information about the jboss-remoting-commits mailing list