Re: [xacml-users] does XACML v2 allow multiple values' attribute
hao chen schrieb: > Hi, > > I use sun xacml implementation. When I use multiple values' attribute, I got the following error: > Exception in thread "main" com.sun.xacml.ParsingException: Too many values in Attribute Yes, XACML allows multiple <AttributeValue>s in a single <Attribute>. It's a bug in sunxacml (and maybe in the conformance tests) that they are not possible there. Roland