You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2020/07/30 19:15:00 UTC

[jira] [Created] (SOLR-14696) PluginInfo

David Smiley created SOLR-14696:
-----------------------------------

             Summary: PluginInfo
                 Key: SOLR-14696
                 URL: https://issues.apache.org/jira/browse/SOLR-14696
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley


PluginInfo has a constructor that initializes its attributes field (Map<String,String>) to that of a constructor param (Map<String,Object>).  Sometimes, the values aren't Strings, yet the code suppresses warnings about this and just sets it any way.  This is nasty!

Perhaps it should only let through some built-in meta names like name, class, and enabled that are or can trivially be coerced to a String.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org