-
Bug
-
Resolution: Done
-
Major
-
18.0.1.Final
-
None
The SecurityDomainContextRealm realm used in elytron mixed scenarios is not taken advantage of the cache if the underlying security-domain is configured with default cache (cache-type="default"). The problem is similar to what is commented in the JAASIdentityManagerImpl, the evidence reset the password and then the cache is useless. The solution can also be cloning the password char[] before, this way the cache is OK and the array can be compared correctly.
- is incorporated by
-
JBEAP-18738 [GSS](7.3.z) SecurityDomainContextRealm is not caching passwords correctly
- Closed