]
Hynek Švábek updated WFCORE-2555:
---------------------------------
Steps to Reproduce:
mvn clean install -Dtest=KeystorePasswordStoreTest#testCaseInsensitiveAlias
(now it is waiting for mege
Cache in KeyStoreCredentialStore must work with lowercase aliases
(keys) too.
-----------------------------------------------------------------------------
Key: WFCORE-2555
URL:
https://issues.jboss.org/browse/WFCORE-2555
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Hynek Švábek
Cache in KeyStoreCredentialStore must work with lowercase aliases (keys).
When I work directly with CredentialStore API I see there problem with case sensitive
aliases. I located problem to used cache.
There is one place when we store new entry and where is not key in lowercase.
e.g.
https://github.com/wildfly-security/wildfly-elytron/blob/master/src/main/...