You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2019/10/02 17:00:03 UTC

[jira] [Created] (GEODE-7267) ClassName validation code should be in a validator or removed

Darrel Schneider created GEODE-7267:
---------------------------------------

             Summary: ClassName validation code should be in a validator or removed
                 Key: GEODE-7267
                 URL: https://issues.apache.org/jira/browse/GEODE-7267
             Project: Geode
          Issue Type: Bug
          Components: management
            Reporter: Darrel Schneider


org.apache.geode.management.configuration.ClassName has a method isClassNameValid that is public and is called from the constructor to validate the class name. This validation should be reviewed for the v2 api. Should it be moved to a validator?
Also does the management external apis need to expose it as a method users can call?
Also should we be implementing code to verify the syntax of a legal java class name or deferring to the jvm for this?



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