]
Marek Marusic updated WFCORE-3187:
----------------------------------
Git Pull Request:
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}