]
Marek Marusic commented on WFCORE-3187:
---------------------------------------
[~vmarek] The last PR was closed with following comment from Darran:
"I think we can close this one out, within the next couple of WildFly releases we
expect major changes this area likely involving collaboration with different tools."
[1]
Jean-Francois asked about what we should do with this issue in the JBEAP jira [2].
However, we haven't got a response yet.
[1]
add-user.sh tool prints unexpected characters if arrow keys are
pushed during interactive mode
----------------------------------------------------------------------------------------------
Key: WFCORE-3187
URL:
https://issues.jboss.org/browse/WFCORE-3187
Project: WildFly Core
Issue Type: Bug
Components: CLI, Security
Affects Versions: 3.0.0.Beta29
Reporter: Marek Marusic
Assignee: Marek Marusic
Priority: Minor
*Description of problem:*
add-user.sh tool prints unexpected characters if arrow keys are pushed during interactive
mode.
*How reproducible:*
Always
*Steps to Reproduce:*
# ./add-user.sh
# press ←,↑,→,↓ keys
*Actual results:*
{noformat}
[mkopecky@localhost bin]$ ./add-user.sh
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a): ^[[D^[[A^[[C^[[B
{noformat}