]
Darran Lofthouse updated ELY-1315:
----------------------------------
Fix Version/s: 1.2.0.Beta1
KeyStoreCredentialStore not using writeLock when it should be used
------------------------------------------------------------------
Key: ELY-1315
URL:
https://issues.jboss.org/browse/ELY-1315
Project: WildFly Elytron
Issue Type: Bug
Components: Credential Store
Affects Versions: 1.1.0.CR4
Reporter: Peter Skopek
Assignee: Peter Skopek
Priority: Blocker
Fix For: 1.1.0.CR5, 1.2.0.Beta1
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.