Swapnil Bawaskar created GEODE-1597:
---------------------------------------

             Summary: gfsh parameters are not validated
                 Key: GEODE-1597
                 URL: https://issues.apache.org/jira/browse/GEODE-1597
             Project: Geode
          Issue Type: Bug
          Components: gfsh
            Reporter: Swapnil Bawaskar


As a result of fixing GEODE-835, we now do not validate parameters passed into 
gfsh. For example
{noformat}
>gfsh start locator foo --name=loc1
{noformat}
will succeed even though foo is not a valid parameter. All options are 
correctly validated though, so:
{noformat}
>gfsh start locator --name=loc1 --foo
{noformat}
will result in an error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to