Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 21, 2017
1 parent d16fc9d commit 8288c5d
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -87,10 +87,6 @@ public char[] getResponse(final String prompt, final boolean echo) {
if(log.isDebugEnabled()) {
log.debug(String.format("Reply to challenge name %s with instruction %s", name, instruction));
}
if(echo) {
// For each prompt, the corresponding echo field indicates whether the user input should be echoed as characters are typed
return EMPTY_RESPONSE;
}
if(!password.get() && PasswordResponseProvider.DEFAULT_PROMPT_PATTERN.matcher(prompt).matches()) {
password.set(true);
return bookmark.getCredentials().getPassword().toCharArray();
Expand Down

0 comments on commit 8288c5d

Please sign in to comment.