[
https://issues.jboss.org/browse/WFCORE-1478?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise commented on WFCORE-1478:
----------------------------------------------
[~vmarek], I added a unit test. This only impacts CLI API, no impact on CLI functionality.
DefaultOperationRequestAddress.appendPath loses Node.name
---------------------------------------------------------
Key: WFCORE-1478
URL:
https://issues.jboss.org/browse/WFCORE-1478
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Priority: Major
Ran into this obvious issue reading code. Not even sure this method is used somewhere.
for(Node n : path) {
nodes.add(new NodeImpl(n.getType(),* n.getType()*));
}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)