-
Bug
-
Resolution: Done
-
Blocker
-
1.1.0.CR4
-
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.
- is cloned by
-
JBEAP-12569 KeyStoreCredentialStore not using writeLock when it should be used
- Closed