]
Jean-Francois Denise updated WFCORE-3671:
-----------------------------------------
Git Pull Request:
CLI syntax for "cd" command does not work the same in EAP
7.1
-------------------------------------------------------------
Key: WFCORE-3671
URL:
https://issues.jboss.org/browse/WFCORE-3671
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Priority: Minor
Start up EAP 6.4 or 7.0 in domain mode and connect with jboss-cli.sh
I can do these commands:
[domain@localhost:9990 /] cd host
[domain@localhost:9990 host] cd master
[domain@localhost:9990 host=master]
On EAP 7.1 it gives me an error:
Failed to validate address: the response from the controller doesn't contain result.
I can only do "cd host=master" successfully.
Is this a bug/regression or an intentional change in EAP 7.1?