]
RH Bugzilla Integration commented on WFCORE-166:
------------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug
LDAP caching for security realm not caching where a user does not
exist on the server.
--------------------------------------------------------------------------------------
Key: WFCORE-166
URL:
https://issues.jboss.org/browse/WFCORE-166
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha10
Where the caches are configured within the security realms to cache failures missing
users are not cached.
This is due to an IOException being used to report the missing user instead of a
NamingException - we deliberately do not cache an IOException as that could also be as a
result of the server being temporarily unavailable,