sigram commented on a change in pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#discussion_r503145004
########## File path: solr/core/src/java/org/apache/solr/handler/admin/ContainerPluginsApi.java ########## @@ -51,7 +51,7 @@ public class ContainerPluginsApi { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); - public static final String PLUGIN = "plugin"; + public static final String PLUGINS = "plugin"; Review comment: it's a left-over from the earlier change that reverted but I missed this change. Still, I think we should change the name of the path to "plugins" because the singular form doesn't make sense. Back-compat can be preserved by initially accepting both names. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org