Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent NullPointerException in ACL parser
Parsing `{}` as ACL resulted in a NullPointerException since Opencast just expected the object to contain a field `acl`. That means, something like `{"acl":{}}` would be fine and result in an empty ACL. The empty object should be handled gracefully and be treated the same. That is, what this patch does.
- Loading branch information