li4wang commented on code in PR #1966:
URL: https://github.com/apache/zookeeper/pull/1966#discussion_r1116283087
##########
zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/JettyAdminServer.java:
##########
@@ -89,17 +90,20 @@ public JettyAdminServer() throws AdminServerException,
IOException, GeneralSecur
System.getProperty("zookeeper.admin.commandURL",
DEFAULT_COMMAND_URL),
Integer.getInteger("zookeeper.admin.httpVersion",
DEFAULT_HTTP_VERSION),
Boolean.getBoolean("zookeeper.admin.portUnification"),
- Boolean.getBoolean("zookeeper.admin.forceHttps"));
+ Boolean.getBoolean("zookeeper.admin.forceHttps"),
+ Boolean.getBoolean("zookeeper.admin.needClientAuth"));
}
+ @SuppressWarnings("deprecation")
Review Comment:
Thanks for this. It's much simpler and clean now.
Updated.
--
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]