[jboss-cvs] JBossAS SVN: r63272 - branches/Branch_4_2/testsuite/src/resources/security/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 31 11:22:35 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-31 11:22:34 -0400 (Thu, 31 May 2007)
New Revision: 63272

Modified:
   branches/Branch_4_2/testsuite/src/resources/security/META-INF/application-jaas.xml
Log:
Fix the invalid web element without a context-root

Modified: branches/Branch_4_2/testsuite/src/resources/security/META-INF/application-jaas.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/security/META-INF/application-jaas.xml	2007-05-31 15:18:21 UTC (rev 63271)
+++ branches/Branch_4_2/testsuite/src/resources/security/META-INF/application-jaas.xml	2007-05-31 15:22:34 UTC (rev 63272)
@@ -16,6 +16,7 @@
     <module>
        <web>
            <web-uri>custom-principal.war</web-uri>
+           <context-root>custom-principal</context-root>
        </web>
     </module>
 




More information about the jboss-cvs-commits mailing list