-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Security
org.nuxeo.ecm.platform.usermanager.UserManagerImpl#getGroup(String,DocumentModel) either returns a group or null value. When called from getGroupsInGroup(String,DocumentModel) (line 1481), the reference is not checked against null before calling getMemberGroups(). This causes an untrapped NullPointerException.