Reamer commented on a change in pull request #3759: URL: https://github.com/apache/zeppelin/pull/3759#discussion_r419246075
########## File path: zeppelin-server/src/main/java/org/apache/zeppelin/realm/ZeppelinHubRealm.java ########## @@ -173,7 +173,7 @@ protected User authenticateUser(String requestBody) { * @param pwd * @return */ - protected String createLoginPayload(String login, char[] pwd) { + protected String createLoginPayload(String login, char ... pwd) { Review comment: What is the reason for this change? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org