Browse Source
For tomcat, if an SslStoreProvider is configured, `SslStoreProviderUrlStreamHandlerFactory` stores the keyStore with an empty password. Previously, if a password was supplied using the ssl.key-store-password property, that would be the password used to load the keystore and the connector would fail with a "Password verification failed" exception. Fixes gh-11391pull/12960/head
2 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue