[embjopr-commits] EMBJOPR SVN: r973 - trunk/core/src/main/webapp/WEB-INF.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Aug 2 16:43:22 EDT 2010


Author: ips
Date: 2010-08-02 16:43:22 -0400 (Mon, 02 Aug 2010)
New Revision: 973

Modified:
   trunk/core/src/main/webapp/WEB-INF/web.xml
Log:
remove commented out security-constraint block (https://jira.jboss.org/browse/JBPAPP-4142)

Modified: trunk/core/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/web.xml	2010-08-02 20:42:26 UTC (rev 972)
+++ trunk/core/src/main/webapp/WEB-INF/web.xml	2010-08-02 20:43:22 UTC (rev 973)
@@ -2,7 +2,7 @@
 
 <!--
   ~ Embedded Jopr Project
-  ~ Copyright (C) 2006-2009 Red Hat, Inc.
+  ~ Copyright (C) 2006-2010 Red Hat, Inc.
   ~ All rights reserved.
   ~
   ~ This program is free software; you can redistribute it and/or modify
@@ -107,20 +107,6 @@
         <param-value>true</param-value>
     </context-param>
 
-    <!--<security-constraint>-->
-    <!--<web-resource-collection>-->
-    <!--<web-resource-name>HtmlAdaptor</web-resource-name>-->
-    <!--<description> An example security config that only allows users with-->
-    <!--the role JBossAdmin to access the embedded 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>-->
-    <!--</auth-constraint>-->
-    <!--</security-constraint>-->
     <login-config>
         <auth-method>BASIC</auth-method>
         <realm-name>JBoss embedded Console</realm-name>



More information about the embjopr-commits mailing list