Hide Forgot
Description of problem: Currently, it can happen that if finalResults object (in LDAPIdentityStoreImpl.java) was first initialized inside of try{} block and then Exception happened during LDAP query, it could result in storing such failed result. Code in LDAPIdentityStoreImpl.java should be improved to include additional logging and make sure that nothing gets cached in case when LDAP query fails. Version-Release number of selected component (if applicable): How reproducible: ** It's not easy to reproduce, but when it happens, it's always in clustered environment.
Upgrade Picketlink to at least 1.1.10
This issue is hard to reproduce and verify however it is likely to assume that PicketLink IDM 1.1.10 upgrade fixes it.