Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ELY-1876] Log messages are not logged when KeyStoreCredentialStore is initialized with Provider[] in getKeyStoreInstance. #1329

Merged
merged 1 commit into from Oct 29, 2019

Conversation

ivassile
Copy link
Contributor

@ivassile ivassile commented Sep 6, 2019

@@ -919,9 +919,14 @@ private void load(String type) throws CredentialStoreException {

private KeyStore getKeyStoreInstance(String type) throws CredentialStoreException {
if (providers != null) {
if (log.isTraceEnabled()) {
log.tracef("Obtaining KeyStore instance of type %s, providers: %s", type, providers);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to use Arrays.toString(providers)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fjuma Updated to use Arrays.toString(). Thanks!

initialized with Provider[] in getKeyStoreInstance.
@fjuma fjuma added the +1 FJ label Oct 29, 2019
@fjuma fjuma merged commit 0560f16 into wildfly-security:1.x Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants