Skip to content
  • cdanger's avatar
    * Changed PDP XSD: 'requestFilter' attribute now has default value · c50402b1
    cdanger authored
    "urn:thalesgroup:xacml:request-filter:default-lax" and possible values
    for requestFilter extensions natively supported:
     * "urn:thalesgroup:xacml:request-filter:default-lax": implements only
    XACML 3.0 Core (NO support for Multiple Decision) and allows duplicate
    <Attribute> with same meta-data in the same <Attributes> element of a
    Request (complying with XACML 3.0 core spec, §7.3.3)
     * "urn:thalesgroup:xacml:request-filter:default-strict": implements
    only XACML 3.0 Core (NO support for Multiple Decision) and does not
    allow duplicate <Attribute> with same meta-data in the same <Attributes>
    element of a Request (NOT complying with XACML 3.0 core spec, §7.3.3,
    but better performances)
     *  "urn:oasis:names:tc:xacml:3.0:profile:multiple:repeated-attribute-categories-lax":
    implements Multiple Decision Profile, section 2.3 (repeated attribute
    categories), and allows duplicate <Attribute> with same meta-data in the
    same <Attributes> element of a Request (complying with XACML 3.0 core
    spec, §7.3.3)
     * "urn:oasis:names:tc:xacml:3.0:profile:multiple:repeated-attribute-categories-strict":
    same as previous one, except it does not allow duplicate <Attribute>
    with same meta-data in the same <Attributes> element of a Request (NOT
    complying with XACML 3.0 core spec, §7.3.3, but better performances)
    c50402b1