[
https://issues.apache.org/jira/browse/GEODE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020267#comment-16020267
]
ASF subversion and git services commented on GEODE-1597:
--------------------------------------------------------
Commit ae1c56f7077eb807584af58c8755a74c753db442 in geode's branch
refs/heads/develop from [~jinmeiliao]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=ae1c56f ]
GEODE-1597: fix auto-complete when user input ends with space
> 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.15#6346)