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: docs/Libraries/java/changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Version 4
4
4
5
+
### 4.1.1
6
+
7
+
- Fix: When `spring-boot-starter-cap-ams` is used, technical user tokens are no longer authorized with empty permissions. Previously, this behaviour was a workaround to prevent authorization of nested CAP request contexts which is now checked via reflection instead (due to a lack of public API in current and older CDS versions).
8
+
- Fix: Multiple `RESTRICT` clauses in a policy `USE` are now correctly considered as a logical `OR` instead of granting only access to data that matches the first restriction.
9
+
- Fix: Attributes can now be set to `null` in attribute input given to `Authorizations#checkPrivilege` without throwing an exception.
10
+
5
11
### 4.1.0
6
12
7
13
- Feature: added configuration option for fetching authorization bundles from an AMS Edge Service.
0 commit comments