[jboss-cvs] JBossAS SVN: r104480 - branches/JBPAPP_5_0/varia/src/resources/jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 5 10:35:40 EDT 2010


Author: bshim
Date: 2010-05-05 10:35:40 -0400 (Wed, 05 May 2010)
New Revision: 104480

Modified:
   branches/JBPAPP_5_0/varia/src/resources/jmx/jmx-console-web.xml
Log:
CVE-2010-0738 - jmx-console fix

Modified: branches/JBPAPP_5_0/varia/src/resources/jmx/jmx-console-web.xml
===================================================================
--- branches/JBPAPP_5_0/varia/src/resources/jmx/jmx-console-web.xml	2010-05-05 14:28:11 UTC (rev 104479)
+++ branches/JBPAPP_5_0/varia/src/resources/jmx/jmx-console-web.xml	2010-05-05 14:35:40 UTC (rev 104480)
@@ -104,8 +104,6 @@
          role JBossAdmin to access the HTML JMX console web application
        </description>
        <url-pattern>/*</url-pattern>
-       <http-method>GET</http-method>
-       <http-method>POST</http-method>
      </web-resource-collection>
      <auth-constraint>
        <role-name>JBossAdmin</role-name>




More information about the jboss-cvs-commits mailing list