[jboss-cvs] JBossAS SVN: r58456 - branches/Branch_4_2/testsuite
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Nov 16 14:13:23 EST 2006
Author: anil.saldhana at jboss.com
Date: 2006-11-16 14:13:22 -0500 (Thu, 16 Nov 2006)
New Revision: 58456
Modified:
branches/Branch_4_2/testsuite/build.xml
Log:
add the full replacetoken
Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml 2006-11-16 18:15:55 UTC (rev 58455)
+++ branches/Branch_4_2/testsuite/build.xml 2006-11-16 19:13:22 UTC (rev 58456)
@@ -1775,10 +1775,10 @@
<copy todir="${jboss.dist}/server/jacc-security-external/lib" file="${build.lib}/jacc-securityconstraint.jar"/>
<!-- Append extra attributes to the JACCAuthorizationRealm -->
<replace file="${jboss.dist}/server/jacc-security-external/deploy/jbossweb-tomcat55.sar/server.xml">
- <replacetoken><![CDATA[JaccAuthorizationRealm"]]>
+ <replacetoken><![CDATA[className="org.jboss.web.tomcat.security.JaccAuthorizationRealm"]]>
</replacetoken>
<replacevalue>
- <![CDATA[JaccAuthorizationRealm" unprotectedResourceDelegation="true" securityConstraintProviderClass="org.jboss.test.security.test.CustomSecurityConstraintProvider" ]]>
+ <![CDATA[className="org.jboss.web.tomcat.security.JaccAuthorizationRealm" unprotectedResourceDelegation="true" securityConstraintProviderClass="org.jboss.test.security.test.CustomSecurityConstraintProvider" ]]>
</replacevalue>
</replace>
<!-- Replace the policy provider with the test provider -->
More information about the jboss-cvs-commits
mailing list