Hisanobu Okuda created WFCORE-1918:
--------------------------------------
Summary: re-enable quote parsing
Key: WFCORE-1918
URL:
https://issues.jboss.org/browse/WFCORE-1918
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha11
Reporter: Hisanobu Okuda
The fix for WFCORE-1804 was committed
[
here|https://github.com/wildfly/wildfly-core/commit/027bfe959988b25e45771...].
It has a side-effect that it disables quote parsing. Now the [another
fix|https://github.com/aeshell/aesh/commit/0e8aa5cf514d5af81b16f7741c92a6...] which
does not have the side-effect was committed in [
aesh|https://github.com/aeshell/aesh]. The
following line in the [previous
fix|ttps://github.com/wildfly/wildfly-core/commit/027bfe959988b25e4577149...]
should be removed, when the new aesh version is released (0.66.11 or 12?).
??cli/src/main/java/org/jboss/as/cli/impl/CommandContextImpl.java:495??
{code}
settings.parsingQuotes(false);
{code}
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)