[ https://issues.apache.org/jira/browse/GEODE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anthony Baker resolved GEODE-1597. ---------------------------------- Resolution: Fixed > 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 > Priority: Major > > 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 (v7.6.3#76005)