You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:58:17 UTC

[jira] [Closed] (GEODE-1597) gfsh parameters are not validated

     [ https://issues.apache.org/jira/browse/GEODE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-1597.
--------------------------------

> 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)