[jboss-cvs] JBossAS SVN: r108483 - branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 7 15:06:12 EDT 2010


Author: thauser at redhat.com
Date: 2010-10-07 15:06:11 -0400 (Thu, 07 Oct 2010)
New Revision: 108483

Modified:
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/jboss-web.xml
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml
Log:
Commit for JBPAPP-3633 security embargo. The changes in the JBPAPP-3633-* patches in CVS dist are now committed. 

Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/jboss-web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/jboss-web.xml	2010-10-07 16:02:01 UTC (rev 108482)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/jboss-web.xml	2010-10-07 19:06:11 UTC (rev 108483)
@@ -14,7 +14,7 @@
 @UNSECCONF
    login modules used to authentication users.
 @ENDUNSECCONF
-   <security-domain>java:/jaas/web-console</security-domain>
+   <security-domain>java:/jaas/jmx-console</security-domain>
 @UNSECCONF
    -->
 @ENDUNSECCONF

Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml	2010-10-07 16:02:01 UTC (rev 108482)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/webapps/ROOT.war/WEB-INF/web.xml	2010-10-07 19:06:11 UTC (rev 108483)
@@ -35,8 +35,6 @@
 	  role JBossAdmin to access the HTML JMX console web application
    	</description>
    	<url-pattern>/status/*</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