[jboss-cvs] JBossAS SVN: r104437 - branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 4 11:13:42 EDT 2010


Author: bshim
Date: 2010-05-04 11:13:42 -0400 (Tue, 04 May 2010)
New Revision: 104437

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

Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml	2010-05-04 14:07:11 UTC (rev 104436)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml	2010-05-04 15:13:42 UTC (rev 104437)
@@ -94,8 +94,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