[
https://issues.jboss.org/browse/WFCORE-933?page=com.atlassian.jira.plugin...
]
Petr Kremensky moved JBEAP-932 to WFCORE-933:
---------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-933 (was: JBEAP-932)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: CLI
Domain Management
(was: CLI)
(was: Domain Management)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 2.0.0.Beta4
(was: 7.0.0.DR9)
Embedded server start commands are lacking argument validation
--------------------------------------------------------------
Key: WFCORE-933
URL:
https://issues.jboss.org/browse/WFCORE-933
Project: WildFly Core
Issue Type: Bug
Components: CLI, Domain Management
Affects Versions: 2.0.0.Beta4
Reporter: Petr Kremensky
Assignee: Ken Wills
Priority: Minor
Commands for starting embedded instances are lacking argument validation.
{noformat}[disconnected /] embed-server foo
[standalone@embedded /]
[disconnected /] embed-server foo -foo
[standalone@embedded /]
[disconnected /] embed-server foo --foo
[standalone@embedded /]
[standalone@embedded /] stop-embedded-server foo
The command accepts 0 unnamed argument(s) but received: [foo]
[standalone@embedded /] stop-embedded-server -foo
Unrecognized arguments: [-foo]
[standalone@embedded /] stop-embedded-server --foo
Unrecognized arguments: [--foo]{noformat}
Same case for embedded host controller.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)