epugh commented on code in PR #3500:
URL: https://github.com/apache/solr/pull/3500#discussion_r2295536028
##########
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:
It could, but it turns out it doesn't have too! I almost added a JIRA to
remind me to add System.getProperty to forbidden apis....
--
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]