mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2026-09-16 18:12:45 +00:00
Update GroupContainmentUserFilter.java
Fix by https://github.com/Acosix/alfresco-keycloak/issues/59
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ public class GroupContainmentUserFilter extends BaseGroupContainmentFilter imple
|
||||
offset += processedGroups;
|
||||
}
|
||||
|
||||
if (parentGroupIds.isEmpty() || parentGroupPaths.isEmpty())
|
||||
if (!parentGroupIds.isEmpty() || !parentGroupPaths.isEmpty())
|
||||
{
|
||||
final boolean parentGroupsMatch = this.parentGroupsMatch(parentGroupIds, parentGroupPaths);
|
||||
if (this.matchDenies)
|
||||
|
||||
Reference in New Issue
Block a user