[jboss-cvs] JBossAS SVN: r62911 - 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 May 8 18:09:46 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-05-08 18:09:46 -0400 (Tue, 08 May 2007)
New Revision: 62911

Modified:
   trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml
Log:
correct the ns for subject role

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	2007-05-08 21:52:04 UTC (rev 62910)
+++ trunk/testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml	2007-05-08 22:09:46 UTC (rev 62911)
@@ -28,7 +28,7 @@
                         <AttributeValue
                               DataType="http://www.w3.org/2001/XMLSchema#string">ProjectUser</AttributeValue>
                         <SubjectAttributeDesignator
-                              AttributeId="urn:oasis:names:tc:xacml:2.0:example:attribute:role"
+                              AttributeId="urn:oasis:names:tc:xacml:2.0:subject:role"
                               DataType="http://www.w3.org/2001/XMLSchema#string"/>
                     </SubjectMatch> 
                 </Subject>




More information about the jboss-cvs-commits mailing list