epugh commented on PR #4073: URL: https://github.com/apache/solr/pull/4073#issuecomment-3811386689
> <queryResponseWriter name="xslt" > startup="disabled" > /> I'm talking to my customer who is interested in being able to lock down what request handlers and query response writers are available, and they like the idea of modifying `solrconfig.xml`. That is a file that their teams are already used to modifying and have in source control etc. It doesn't have to be the way I suggested with the `startup=disabled`, but making the change via `solrconfig.xml` would be preferable to a separate file. Though even a separate file like a `plugins.json` would work. For them, calling the ConfigSet API for removing these defaults is the hardest to adopt, so tombstoning them (which was in another PR!) is not the way forward for them. -- 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]
