[jboss-jira] [JBoss JIRA] (WFCORE-1175) CLI prints unexpected ANSI characters to output with "echo" command
James Perkins (JIRA)
issues at jboss.org
Fri Dec 4 14:30:00 EST 2015
[ https://issues.jboss.org/browse/WFCORE-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated WFCORE-1175:
----------------------------------
Fix Version/s: 2.0.5.Final
(was: 2.0.4.Final)
> CLI prints unexpected ANSI characters to output with "echo" command
> -------------------------------------------------------------------
>
> Key: WFCORE-1175
> URL: https://issues.jboss.org/browse/WFCORE-1175
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 2.0.3.Final
> Reporter: Marek Kopecký
> Assignee: Ståle Pedersen
> Priority: Blocker
> Fix For: 2.0.5.Final
>
>
> *Description of problem:*
> CLI prints unexpected ANSI character to output with "echo" command.
> * This is regression against EAP 7.0.0.DR13
> * This is blocker for GA release.
> * This is not beta blocker.
> * This is probably AESH issue, so I assign [~stalep], but it is also CLI issue, so [~aloubyansky] may be assigned to this
> *How reproducible:*
> Always
> *Steps to Reproduce:*
> # ./standalone.sh
> # ./jboss-cli.sh --connect controller=127.0.0.1 command="echo test-echo" > out.txt
> # vim out.txt
> #* "cat out.txt" can't be used for reproducing, because console hide unexpected ANSI characters
> *Actual results:*
> {noformat}
> ^[[0G^[[2Ktest-echo
> {noformat}
> *Expected results:*
> {noformat}
> test-echo
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list