epugh commented on code in PR #3504: URL: https://github.com/apache/solr/pull/3504#discussion_r2296668516
########## solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java: ########## @@ -102,9 +103,9 @@ public class SolrConfigHandler extends RequestHandlerBase implements SolrCoreAware, PermissionNameProvider { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); - public static final String CONFIGSET_EDITING_DISABLED_ARG = "disable.configEdit"; - public static final boolean configEditing_disabled = - Boolean.getBoolean(CONFIGSET_EDITING_DISABLED_ARG); + public static final String CONFIGSET_EDITING_ENABLED_ARG = "solr.configset.edit.enabled"; Review Comment: Okay, I just went with `solr.api.config.edit.enabled` -- 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