← Prev in month
← Prev in thread
[xacml-comment] D002
The policy uses string-equal as if the args were (bag<string>,string),
this should
probably be using the any-of method...
<Condition
FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
<SubjectAttributeDesignator
AttributeId="urn:oasis:names:tc:xacml:1.0:conformance-tests:bogus"
DataType="http://www.w3.org/2001/XMLSchema#string"/>
<AttributeValue
DataType="http://www.w3.org/2001/XMLSchema#string">Zaphod
Beeblebrox</AttributeValue>
I bet this snippet was cut from a Target and pasted into a Condition.
This is
exactly the problem I was talking about yesterday...
John
← Prev in month
← Prev in thread