Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
When using the bin/client script to connect to a container the password is output to the screen as I type it, rather than being hidden.
For example:
[janstey@duffman apache-karaf-2.3.0]$ ./bin/start
[janstey@duffman apache-karaf-2.3.0]$ ./bin/client -u myuser
Password: mypassword
mypassword
__ __ ____
/ //_/____ __________ _/ __/
/ ,< / __ `/ ___/ __ `/ /_
/ /| |/ /_/ / / / /_/ / __/
/_/ |_|\__,_/_/ \__,_/_/
Apache Karaf (2.3.0)
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit 'osgi:shutdown' to shutdown Karaf.
Hit '<ctrl-d>' or 'logout' to disconnect shell from current session.
myuser@root>
rather the password should be hidden as it is typed. Attaching a patch for this shortly.