Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
-
None
-
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.