a2l007 commented on code in PR #12933:
URL: https://github.com/apache/druid/pull/12933#discussion_r952864465
##########
core/src/test/java/org/apache/druid/java/util/http/client/FriendlyServersTest.java:
##########
@@ -275,6 +276,8 @@ public void testFriendlySelfSignedHttpsServer() throws
Exception
sslConnector.setPort(0);
server.setConnectors(new Connector[]{sslConnector});
+ KeyStoreScanner keyStoreScanner = new KeyStoreScanner(sslContextFactory);
Review Comment:
This wouldn't detect keystore changes if the keystore path was a soft link,
would it?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]