]
Jean-Francois Denise reassigned WFCORE-1478:
--------------------------------------------
Assignee: Jean-Francois Denise (was: Alexey Loubyansky)
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
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()*));
}