-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF28, 6.0-HF02
-
Fix Version/s: 5.8.0-HF29, 6.0-HF04, 7.2
-
Component/s: Multitenancy support
if MultiTenantHelper.getTenantId() is called from a computed group contribution class (through call to UserProfileService.getUserProfileDocument()) we get a StackoverflowException as it calls UserManager.getPrincipal() which calls UserManager.makePrincipal(). Computed groups are computed in UserManager.makePrincipal().