-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: engine
-
None
I create an Authorization object for the resource "OPERATION_LOG_CATEGORY" and then add the permission "READ" to it. After that, I call Authorization.getPermissions(...).
Expected result
The the result of getPermissions() contains the added permission.
Actual result
The the result of getPermissions() only contains "NONE" but not "READ".
See the attached file TestAuth.java for a small test case.
I use camunda 7.15, but I think that the version 7.16 has the bug as well.
If you fix the bug, please backport it also to 7.15. Thank you.