epugh commented on code in PR #2725: URL: https://github.com/apache/solr/pull/2725#discussion_r1830091572
########## solr/core/src/java/org/apache/solr/cli/AuthTool.java: ########## @@ -569,7 +564,7 @@ private void updateIncludeFileEnableAuth( includeFileLines.add("REM The following lines added by solr.cmd for enabling BasicAuth"); includeFileLines.add("set SOLR_AUTH_TYPE=kerberos"); includeFileLines.add( - "set SOLR_AUTHENTICATION_OPTS=\"-Dsolr.httpclient.config=" + basicAuthConfFile + "\""); + "set SOLR_AUTHENTICATION_OPTS=\"-Dsolr.httpclient.config=basicAuthConfFile\""); Review Comment: so, if you have a null basicAuthConfFile variable, you go this route, and it's spitting out help info about lines in your file you need to comment out... instead of inlinling a null in the messaage, it will at lease say "basicAuthConfFile" -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org