Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1833#discussion_r165285067
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java
---
@@ -416,6 +404,13 @@ private String getHttpUpgradeInfo() {
return ", activemqServerName=" + serverName + ",
httpUpgradeEndpoint=" + acceptor;
}
+ private String realKeyStorePath;
--- End diff --
These should remain within method scope.
---