cshannon opened a new pull request, #812: URL: https://github.com/apache/activemq/pull/812
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
