epugh commented on code in PR #3272: URL: https://github.com/apache/solr/pull/3272#discussion_r1999448274
########## solr/core/src/java/org/apache/solr/handler/configsets/ConfigSetAPIBase.java: ########## @@ -134,24 +134,9 @@ protected void createBaseNode( throws IOException { if (overwritesExisting) { if (!requestIsTrusted) { - ensureOverwritingUntrustedConfigSet(configName); + throw new SolrException( Review Comment: does this go 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