Peter Skopek created ELY-1315:
---------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)