[ https://issues.apache.org/jira/browse/SOLR-17119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yohann Callea updated SOLR-17119: --------------------------------- Description: 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. was: When registering a _ConfigurablePlugin_ through the _/cluster/plugin_ API using the _V2Request_ client, exceptions raised within the _*void configure(T*_ *_cfg)_* 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. > 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 > Security Level: Public(Default Security Level. Issues are Public) > Components: Plugin system, v2 API > Affects Versions: 9.4 > Reporter: Yohann Callea > Priority: Minor > Labels: pull-request-available > > 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