dsmiley commented on code in PR #3500:
URL: https://github.com/apache/solr/pull/3500#discussion_r2296343712


##########
solr/core/src/java/org/apache/solr/handler/configsets/ConfigSetAPIBase.java:
##########
@@ -96,10 +96,10 @@ protected void runConfigSetCommand(
   }
 
   protected void ensureConfigSetUploadEnabled() {
-    if (!"true".equals(System.getProperty("configset.upload.enabled", 
"true"))) {
+    if (!"true".equals(System.getProperty("solr.configset.upload.enabled", 
"true"))) {

Review Comment:
   forbidden apis is too much.  There are some sys props that aren't related to 
EnvUtils like testing/internal ones that don't start with "solr".



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to