[jboss-cvs] JBossAS SVN: r60482 - branches/Branch_4_2/testsuite/src/resources/security/custom-principal/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 11 23:09:09 EST 2007


Author: stan.silvert at jboss.com
Date: 2007-02-11 23:09:08 -0500 (Sun, 11 Feb 2007)
New Revision: 60482

Modified:
   branches/Branch_4_2/testsuite/src/resources/security/custom-principal/WEB-INF/web.xml
Log:
http://jira.jboss.com/jira/browse/JBAS-4080


Modified: branches/Branch_4_2/testsuite/src/resources/security/custom-principal/WEB-INF/web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/security/custom-principal/WEB-INF/web.xml	2007-02-11 17:04:10 UTC (rev 60481)
+++ branches/Branch_4_2/testsuite/src/resources/security/custom-principal/WEB-INF/web.xml	2007-02-12 04:09:08 UTC (rev 60482)
@@ -1,61 +1,61 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE web-app
-  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
-  "http://java.sun.com/dtd/web-app_2_3.dtd">
-<web-app>
-  <display-name>Custom Principal Propagation Test</display-name>
-  <welcome-file-list>
-    <welcome-file>index.jsp</welcome-file>
-  </welcome-file-list>
-
-  <error-page>
-    <error-code>403</error-code>
-    <location>/errorpage.jsp</location>
-  </error-page>
-  
-  <security-constraint>
-    <web-resource-collection>
-      <web-resource-name>No access</web-resource-name>
-      <description>Content with no access</description>
-      <url-pattern>/noaccess/*</url-pattern>
-      <http-method>GET</http-method>
-      <http-method>POST</http-method>
-    </web-resource-collection>
-    <auth-constraint>
-      <role-name />
-    </auth-constraint>
-    <user-data-constraint>
-      <description>no description</description>
-      <transport-guarantee>NONE</transport-guarantee>
-    </user-data-constraint>
-  </security-constraint>
-  <security-constraint>
-    <web-resource-collection>
-      <web-resource-name>allJspPages</web-resource-name>
-      <description>All JSP Pages</description>
-      <url-pattern>*.jsp</url-pattern>
-      <http-method>GET</http-method>
-      <http-method>POST</http-method>
-    </web-resource-collection>
-    <auth-constraint>
-      <role-name>Echo</role-name>
-    </auth-constraint>
-    <user-data-constraint>
-      <description>no description</description>
-      <transport-guarantee>NONE</transport-guarantee>
-    </user-data-constraint>
-  </security-constraint>
-
-  <login-config>
-    <auth-method>BASIC</auth-method>
-    <realm-name>CustomPrincipalPropagation</realm-name>
-    <form-login-config>
-      <form-login-page>/login.jsp</form-login-page>
-      <form-error-page>/loginError.jsp</form-error-page>
-    </form-login-config>
-  </login-config>
-
-  <security-role>
-    <role-name>Echo</role-name>
-  </security-role>
-</web-app>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE web-app
+  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
+  "http://java.sun.com/dtd/web-app_2_3.dtd">
+<web-app>
+  <display-name>Custom Principal Propagation Test</display-name>
+  <welcome-file-list>
+    <welcome-file>index.jsp</welcome-file>
+  </welcome-file-list>
+
+  <error-page>
+    <error-code>403</error-code>
+    <location>/errorpage.jsp</location>
+  </error-page>
+  
+  <security-constraint>
+    <web-resource-collection>
+      <web-resource-name>No access</web-resource-name>
+      <description>Content with no access</description>
+      <url-pattern>/noaccess/*</url-pattern>
+      <http-method>GET</http-method>
+      <http-method>POST</http-method>
+    </web-resource-collection>
+    <auth-constraint>
+      <role-name />
+    </auth-constraint>
+    <user-data-constraint>
+      <description>no description</description>
+      <transport-guarantee>NONE</transport-guarantee>
+    </user-data-constraint>
+  </security-constraint>
+  <security-constraint>
+    <web-resource-collection>
+      <web-resource-name>allJspPages</web-resource-name>
+      <description>All JSP Pages</description>
+      <url-pattern>*.jsp</url-pattern>
+      <http-method>GET</http-method>
+      <http-method>POST</http-method>
+    </web-resource-collection>
+    <auth-constraint>
+      <role-name>Echo</role-name>
+    </auth-constraint>
+    <user-data-constraint>
+      <description>no description</description>
+      <transport-guarantee>NONE</transport-guarantee>
+    </user-data-constraint>
+  </security-constraint>
+
+  <login-config>
+    <auth-method>FORM</auth-method>
+    <realm-name>CustomPrincipalPropagation</realm-name>
+    <form-login-config>
+      <form-login-page>/login.jsp</form-login-page>
+      <form-error-page>/loginError.jsp</form-error-page>
+    </form-login-config>
+  </login-config>
+
+  <security-role>
+    <role-name>Echo</role-name>
+  </security-role>
+</web-app>




More information about the jboss-cvs-commits mailing list