[jboss-cvs] JBossAS SVN: r67478 - trunk/testsuite/src/resources/security-spi/rolemapping/web/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 27 01:44:34 EST 2007


Author: anil.saldhana at jboss.com
Date: 2007-11-27 01:44:34 -0500 (Tue, 27 Nov 2007)
New Revision: 67478

Modified:
   trunk/testsuite/src/resources/security-spi/rolemapping/web/WEB-INF/jboss-web.xml
Log:
trim

Modified: trunk/testsuite/src/resources/security-spi/rolemapping/web/WEB-INF/jboss-web.xml
===================================================================
--- trunk/testsuite/src/resources/security-spi/rolemapping/web/WEB-INF/jboss-web.xml	2007-11-27 06:16:37 UTC (rev 67477)
+++ trunk/testsuite/src/resources/security-spi/rolemapping/web/WEB-INF/jboss-web.xml	2007-11-27 06:44:34 UTC (rev 67478)
@@ -7,7 +7,5 @@
    <!-- Specify the security domain for authentication/authorization and
    require that the domain's cache be flushed when the session invalidates.
    -->
-   <security-domain flushOnSessionInvalidation="true">
-       java:/jaas/jbossweb-role-map
-  </security-domain>
+   <security-domain flushOnSessionInvalidation="true">java:/jaas/jbossweb-role-map</security-domain>
 </jboss-web>




More information about the jboss-cvs-commits mailing list