mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +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.