[ https://issues.apache.org/jira/browse/SOLR-17119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Smiley resolved SOLR-17119. --------------------------------- Fix Version/s: 9.6.0 Resolution: Fixed Thanks for contributing Yohann! > Exception swallowing in ContainerPluginsApi causes some config validation > errors to be ignored > ---------------------------------------------------------------------------------------------- > > Key: SOLR-17119 > URL: https://issues.apache.org/jira/browse/SOLR-17119 > Project: Solr > Issue Type: Bug > Components: Plugin system, v2 API > Affects Versions: 9.4 > Reporter: Yohann Callea > Priority: Minor > Labels: pull-request-available > Fix For: 9.6.0 > > Time Spent: 1h 50m > Remaining Estimate: 0h > > When registering a _ConfigurablePlugin_ through the _/cluster/plugin_ API > using the _V2Request_ client, exceptions raised within theĀ _*void > configure(T*_ *_cfg)_* method are swallowed in ContainerPluginsApi. > This behavior can be troublesome as the exceptions raised in the > configure(...) method are usually validation errors on the configuration to > be applied, which are therefore ignored and allow for invalid plugin > configuration to become effective. > I proposed a change in > [apache/solr#2202|https://github.com/apache/solr/pull/2202] to remediate this > issue along with a test to illustrate the scenario and validate the fix. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org