[jboss-cvs] JBossAS SVN: r65959 - projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/web.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 9 00:44:03 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-10-09 00:44:03 -0400 (Tue, 09 Oct 2007)
New Revision: 65959

Modified:
   projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/web/WebApp5Everything_testEverything.xml
Log:
Add excluded and unchecked security constraints

Modified: projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/web/WebApp5Everything_testEverything.xml
===================================================================
--- projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/web/WebApp5Everything_testEverything.xml	2007-10-09 04:04:04 UTC (rev 65958)
+++ projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/web/WebApp5Everything_testEverything.xml	2007-10-09 04:44:03 UTC (rev 65959)
@@ -180,6 +180,21 @@
           <transport-guarantee>NONE</transport-guarantee>
        </user-data-constraint>
     </security-constraint>
+    <security-constraint id="security-constraint-excluded">
+       <display-name>security-constraint-excluded-name</display-name>
+       <web-resource-collection id="web-resource-excluded">
+          <web-resource-name>web-resource-excluded-name</web-resource-name>
+          <url-pattern>/resource-excluded/*</url-pattern>
+       </web-resource-collection>
+       <auth-constraint />
+   </security-constraint>
+    <security-constraint id="security-constraint-unchecked">
+       <display-name>security-constraint-unchecked-name</display-name>
+       <web-resource-collection id="web-resource-collection-unchecked">
+          <web-resource-name>web-resource-unchecked-name</web-resource-name>
+          <url-pattern>/resource-unchecked/*</url-pattern>
+       </web-resource-collection>
+    </security-constraint>
 
    <security-role id="security-role0">
       <role-name>role0</role-name>




More information about the jboss-cvs-commits mailing list