-
Bug
-
Resolution: Duplicate
-
Major
-
PLINK_2.7.0.Final
-
None
There is an recursive call that causes an Infinite loop on line 72 of
org.picketlink.internal.SecuredIdentityManager.java
@Override // line 70 public <C extends IdentityType> C lookupById(Class<C> attributedType, String id) throws IdentityManagementException { return lookupById(attributedType, id); // line 72 }
- is duplicated by
-
PLINK-689 Invocation of method SecuredIdentityManager.lookupById(Class<C> attributedType, String id) results in infinite loop and stack overflow
- Resolved