[jboss-cvs] JBossAS SVN: r71256 - projects/security/security-xacml/trunk/jboss-sunxacml/src/main/java/org/jboss/security/xacml/sunxacml/ctx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 15:19:54 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-25 15:19:53 -0400 (Tue, 25 Mar 2008)
New Revision: 71256

Modified:
   projects/security/security-xacml/trunk/jboss-sunxacml/src/main/java/org/jboss/security/xacml/sunxacml/ctx/Attribute.java
Log:
SECURITY-157: support multiple values

Modified: projects/security/security-xacml/trunk/jboss-sunxacml/src/main/java/org/jboss/security/xacml/sunxacml/ctx/Attribute.java
===================================================================
--- projects/security/security-xacml/trunk/jboss-sunxacml/src/main/java/org/jboss/security/xacml/sunxacml/ctx/Attribute.java	2008-03-25 19:18:57 UTC (rev 71255)
+++ projects/security/security-xacml/trunk/jboss-sunxacml/src/main/java/org/jboss/security/xacml/sunxacml/ctx/Attribute.java	2008-03-25 19:19:53 UTC (rev 71256)
@@ -75,6 +75,8 @@
 
    // the single value associated with this attribute
    //private AttributeValue value;
+   
+   //SECURITY-157: support multiple values
    private Set<AttributeValue> attributeValues = null;
 
    /**




More information about the jboss-cvs-commits mailing list