]
Brian Stansberry moved WFLY-6556 to WFCORE-1545:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1545 (was: WFLY-6556)
Component/s: CLI
(was: CLI)
File path to file content replacement is bound to validation
------------------------------------------------------------
Key: WFCORE-1545
URL:
https://issues.jboss.org/browse/WFCORE-1545
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Alexey Loubyansky
DefaultBatch and OperationRequestHandler are making the replacement only if validation is
enabled.
It seems that users are expecting the replacement to be done in all cases.
Doing so we would make operation description retrieval mandatory for all requests. This
could have an impact on the CLI performance.
We should have a configuration option to disable the replacement. By default the
replacement should be enabled. With validation OFF and replacement OFF, we would have no
extra requests sent by the CLI.