Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1834#discussion_r165304543
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java
---
@@ -416,6 +421,13 @@ private String getHttpUpgradeInfo() {
return ", activemqServerName=" + serverName + ",
httpUpgradeEndpoint=" + acceptor;
}
+ private String realKeyStorePath;
--- End diff --
copying comment from old PR, please can we keep these method scope.
---