We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetty version(s) 10
Java version/vendor (use: java -version) Adoptiom JRE 11
(use: java -version)
OS type/version Windows
Description Password utility is used to obfuscate passwords, e.g. for keystore.
When running the utility without any parameter
D:\apps_current\jre11\bin\java.exe -cp d:\apps_current\jetty10\lib\jetty-util-10.0.13.jar org.eclipse.jetty.util.security.Password
prints out:
Usage - java org.eclipse.jetty.util.security.Password [] If the password is ?, the user will be prompted for the password
How to reproduce?
Starting the programm with ?, ? or "?" produces always the same result:
OBF:1e2n MD5:D1457b72C3Fb323a2671125aEf3eAb5d
But I was expecting some input prompt.
The text was updated successfully, but these errors were encountered:
Fixes #9556 - Better prompt for input on Password
f6f58b5
Signed-off-by: Joakim Erdfelt <[email protected]>
Opened PR #9557 for this
Sorry, something went wrong.
Fixes #9556 - Better prompt for input on Password (#9557)
3e42cbf
* Fixes #9556 - Better prompt for input on Password * Allow blank username (results in no CRYPT output) * Error on blank password during input * Fixing PasswordTest.testCommandLineUsage * Changes from review Signed-off-by: Joakim Erdfelt <[email protected]>
joakime
Successfully merging a pull request may close this issue.
Jetty version(s)
10
Java version/vendor
(use: java -version)
Adoptiom JRE 11
OS type/version
Windows
Description
Password utility is used to obfuscate passwords, e.g. for keystore.
When running the utility without any parameter
D:\apps_current\jre11\bin\java.exe -cp d:\apps_current\jetty10\lib\jetty-util-10.0.13.jar org.eclipse.jetty.util.security.Password
prints out:
Usage - java org.eclipse.jetty.util.security.Password []
If the password is ?, the user will be prompted for the password
How to reproduce?
Starting the programm with ?, ? or "?" produces always the same result:
OBF:1e2n
MD5:D1457b72C3Fb323a2671125aEf3eAb5d
But I was expecting some input prompt.
The text was updated successfully, but these errors were encountered: