epugh commented on code in PR #1634: URL: https://github.com/apache/solr/pull/1634#discussion_r1194963858
########## solr/core/src/java/org/apache/solr/cli/SimplePostTool.java: ########## @@ -231,19 +235,13 @@ protected static SimplePostTool parseArgsAndInit(String[] args) { String params = System.getProperty("params", ""); - String host = System.getProperty("host", DEFAULT_POST_HOST); - String port = System.getProperty("port", DEFAULT_POST_PORT); - String core = System.getProperty("c"); Review Comment: Okay, I don't love it, but I restored it! I will add a deprecation tag, since this whole class will be going away... -- 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