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
I adapted the official ReBAC example by adding a fourth component to the role_definition (g).
Surprisingly, when trying it in the online editor, it works when using Go engine, but not when using jCasbin engine:
Also, there is no error message informing the user, that this is not supported - instead it just returns false for every request.
This made it tedious to find out, what the problem is, as the documentation also does not state this limitation directly.
Is this merely a bug in the Java implementation, or is it simply not yet imlemented in Java?
Note: When running the same example with node and rust engines, there are (misleading) error messages:
Rust:
Node: