Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
As a result of fixing GEODE-835, we now do not validate parameters passed into gfsh. For example
>gfsh start locator foo --name=loc1
will succeed even though foo is not a valid parameter. All options are correctly validated though, so:
>gfsh start locator --name=loc1 --foo
will result in an error.
Attachments
Issue Links
- contains
-
GEODE-658 Refactor GfshParserJUnitTest
- Closed
- is duplicated by
-
GEODE-1620 gfsh command succeeds even with an invalid argument/option
- Closed
-
GEODE-1912 gfsh does not validate start server command
- Closed
-
GEODE-2249 GFSH parser should validate arguments
- Closed