mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 19:45:55 +00:00
Inside ActiveMQSslConnectionFactory the passwords should be checked for null so a NPE isn't thrown. Null will be passed to the factories instead and the keystore/truststore factories will try and load the keystores using null for the password which may or may not work depending on the implementation and if password is set. (cherry picked from commit b93d58259c86d5e1141d1004cf8d75cf4a4376a6)