You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@ All notable changes to this project are documented in this file following the [K
6
6
- Issues reported on [OW2's GitLab](https://gitlab.ow2.org/authzforce/core/issues) are referenced in the form of `[GL-N]`, where N is the issue number.
- XACML datatype 'xpathExpression' (XPathValue class) support modified to support the 'attribute-selector' function from the XACML v3.0 Related and Nested Entities Profile Version 1.0
22
+
- 'XPathCategory' attribute made optional
23
+
- Added evaluate(xml, variables) method without an EvaluationContext parameter, for XPath expression evaluation
24
+
25
+
### Fixed
26
+
- Bugfix: AttributeSelectors in a Target are rejected (error) even if Policy(Set)Defaults/XPathVersion properly declared before the Target
27
+
- Bad regex for validating XACML dnsName values with a wildcard
28
+
29
+
9
30
## 21.0.1
10
31
### Fixed
11
32
-[GH-92] Deny-overrides rule combining algorithm - Missing obligations in case of multiple Permit Rules and no Deny Rule (only the Obligations from the first Permit Rule were returned).
0 commit comments