[jboss-cvs] JBossAS SVN: r111875 - branches/JBPAPP_5_1/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 28 14:11:34 EDT 2011


Author: dehort
Date: 2011-07-28 14:11:34 -0400 (Thu, 28 Jul 2011)
New Revision: 111875

Modified:
   branches/JBPAPP_5_1/main/src/bin/server.policy.cert
Log:
[JBPAPP-6900] Resolved an issue where the jmx console failed to load when the java security manager is enabled


Modified: branches/JBPAPP_5_1/main/src/bin/server.policy.cert
===================================================================
--- branches/JBPAPP_5_1/main/src/bin/server.policy.cert	2011-07-28 18:04:39 UTC (rev 111874)
+++ branches/JBPAPP_5_1/main/src/bin/server.policy.cert	2011-07-28 18:11:34 UTC (rev 111875)
@@ -53,6 +53,10 @@
  permission java.security.AllPermission;
 };
 
+grant codeBase "file:${jboss.server.home.dir}/deploy/jmx-console.war/-" {
+ permission java.security.AllPermission;
+};
+
 grant codeBase "jar:file:${jboss.server.home.dir}/deploy/quartz-ra.rar!/quartz-ra.jar" {
  permission java.security.AllPermission;
 };



More information about the jboss-cvs-commits mailing list