-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.ER3
-
None
KeyStoreCredentialStore not using writeLock when it should be used.
method lockForWrite() is using readWriteLock.readLock() but has to use readWriteLock.writeLock(). This can cause more writers to perform write operations.
- clones
-
ELY-1315 KeyStoreCredentialStore not using writeLock when it should be used
- Resolved
- is incorporated by
-
JBEAP-12390 Upgrade WildFly Elytron to 1.1.0.CR5
- Closed