[jboss-cvs] JBossAS SVN: r62704 - in branches/Branch_4_2/testsuite/src/resources/cluster/http: http-cross-ctx-second/WEB-INF and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 1 16:16:04 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-01 16:16:04 -0400 (Tue, 01 May 2007)
New Revision: 62704

Removed:
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/jboss-web.xml
Modified:
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/jboss-web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/jboss-web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/jboss-web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/WEB-INF/jboss-web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-batch-false.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-scoped.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-jk/WEB-INF/jboss-web.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-based.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-set.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-set-trigger.xml
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web.xml
Log:
[JBAS-4374] Clean up the config files; remove unneeded junk

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,11 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-	<!-- To avoid a custom config, use the jmx-console security domain -->
-   <security-domain>java:/jaas/jmx-console</security-domain>
-   
    <replication-config>
       <replication-trigger>SET_AND_GET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-first/WEB-INF/web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -8,28 +8,4 @@
 
    <distributable/>
 
-   <security-constraint>
-      <web-resource-collection>
-         <web-resource-name>Restricted</web-resource-name>
-         <description>Single SignOn Tests</description>
-         <url-pattern>/index.html</url-pattern>
-      </web-resource-collection>
-      <auth-constraint>
-         <description>Only authenticated users can access secure content</description>
-         <role-name>JBossAdmin</role-name>
-      </auth-constraint>
-   </security-constraint>
-
-   <login-config>
-      <auth-method>FORM</auth-method>
-      <form-login-config>
-         <form-login-page>/login.html</form-login-page>
-         <form-error-page>/error.html</form-error-page>
-      </form-login-config>
-   </login-config>
-
-   <security-role>
-      <role-name>JBossAdmin</role-name>
-   </security-role>
-
 </web-app>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,11 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-	<!-- To avoid a custom config, use the jmx-console security domain -->
-   <security-domain>java:/jaas/jmx-console</security-domain>
-   
    <replication-config>
       <replication-trigger>SET_AND_GET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-second/WEB-INF/web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -8,28 +8,4 @@
 
    <distributable/>
 
-   <security-constraint>
-      <web-resource-collection>
-         <web-resource-name>Restricted</web-resource-name>
-         <description>Single SignOn Tests</description>
-         <url-pattern>/index.html</url-pattern>
-      </web-resource-collection>
-      <auth-constraint>
-         <description>Only authenticated users can access secure content</description>
-         <role-name>JBossAdmin</role-name>
-      </auth-constraint>
-   </security-constraint>
-
-   <login-config>
-      <auth-method>FORM</auth-method>
-      <form-login-config>
-         <form-login-page>/login.html</form-login-page>
-         <form-error-page>/error.html</form-error-page>
-      </form-login-config>
-   </login-config>
-
-   <security-role>
-      <role-name>JBossAdmin</role-name>
-   </security-role>
-
 </web-app>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,11 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-	<!-- To avoid a custom config, use the jmx-console security domain -->
-   <security-domain>java:/jaas/jmx-console</security-domain>
-   
    <replication-config>
       <replication-trigger>SET_AND_GET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-cross-ctx-third/WEB-INF/web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -8,28 +8,4 @@
 
    <distributable/>
 
-   <security-constraint>
-      <web-resource-collection>
-         <web-resource-name>Restricted</web-resource-name>
-         <description>Single SignOn Tests</description>
-         <url-pattern>/index.html</url-pattern>
-      </web-resource-collection>
-      <auth-constraint>
-         <description>Only authenticated users can access secure content</description>
-         <role-name>JBossAdmin</role-name>
-      </auth-constraint>
-   </security-constraint>
-
-   <login-config>
-      <auth-method>FORM</auth-method>
-      <form-login-config>
-         <form-login-page>/login.html</form-login-page>
-         <form-error-page>/error.html</form-error-page>
-      </form-login-config>
-   </login-config>
-
-   <security-role>
-      <role-name>JBossAdmin</role-name>
-   </security-role>
-
 </web-app>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/WEB-INF/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/WEB-INF/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/WEB-INF/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-trigger>SET_AND_GET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-batch-false.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-batch-false.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-batch-false.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-granularity>FIELD</replication-granularity>
       <replication-field-batch-mode>FALSE</replication-field-batch-mode>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-scoped.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-scoped.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field-scoped.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-granularity>FIELD</replication-granularity>
       <replication-field-batch-mode>TRUE</replication-field-batch-mode>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/jboss-web-field.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,15 +1,4 @@
 <jboss-web>
-<!--
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
--->
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-granularity>FIELD</replication-granularity>
       <replication-field-batch-mode>TRUE</replication-field-batch-mode>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-jk/WEB-INF/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-jk/WEB-INF/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-jk/WEB-INF/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-trigger>SET_AND_GET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>

Deleted: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/WEB-INF/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,11 +0,0 @@
-<jboss-web>
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
-   <replication-config>
-      <replication-trigger>SET_AND_GET</replication-trigger>
-      <replication-granularity>SESSION</replication-granularity>
-   </replication-config>
-</jboss-web>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-based.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-based.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-based.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>
       <replication-granularity>ATTRIBUTE</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-set.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-set.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-attr-set.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-trigger>SET</replication-trigger>
       <replication-granularity>ATTRIBUTE</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-set-trigger.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-set-trigger.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web-set-trigger.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-trigger>SET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web.xml	2007-05-01 17:49:54 UTC (rev 62703)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-scoped/jboss-web.xml	2007-05-01 20:16:04 UTC (rev 62704)
@@ -1,13 +1,4 @@
 <jboss-web>
-   <class-loading>
-   <loader-repository>jboss.web:loader=testHA</loader-repository>
-   </class-loading>
-
-   <!-- Uncomment the security-domain to enable security. You will
-      need to edit the htmladaptor login configuration to setup the
-      login modules used to authentication users.
-      <security-domain>java:/jaas/jmx-console</security-domain>
-   -->
    <replication-config>
       <replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>
       <replication-granularity>SESSION</replication-granularity>




More information about the jboss-cvs-commits mailing list