[jboss-cvs] JBossAS SVN: r108450 - trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 5 10:47:58 EDT 2010


Author: mmoyses
Date: 2010-10-05 10:47:58 -0400 (Tue, 05 Oct 2010)
New Revision: 108450

Modified:
   trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml
Log:
JBAS-8492: fixing policy definition

Modified: trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml
===================================================================
--- trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml	2010-10-05 14:23:07 UTC (rev 108449)
+++ trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml	2010-10-05 14:47:58 UTC (rev 108450)
@@ -70,7 +70,7 @@
                     <ActionMatch
                           MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
                         <AttributeValue
-                              DataType="http://www.w3.org/2001/XMLSchema#string">echo</AttributeValue>
+                              DataType="http://www.w3.org/2001/XMLSchema#string">echo(String)</AttributeValue>
                         <ActionAttributeDesignator
                               AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id"
                               DataType="http://www.w3.org/2001/XMLSchema#string"/>



More information about the jboss-cvs-commits mailing list