← Prev in month ← Prev in thread

[xacml-comment] D002

From
John Merrells <>
Date
2002-11-27T01:37:01+00:00
ID
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