[
https://issues.apache.org/jira/browse/ACCUMULO-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332458#comment-14332458
]
Mike Drob commented on ACCUMULO-3611:
-------------------------------------
It's trying to do history expansion.
https://github.com/jline/jline2/blob/master/src/main/java/jline/console/ConsoleReader.java#L686
Should be possible to escape the exclamation. Maybe we can accept a flag to
disable expansion for the current session.
> Unable to enter password that contains a '!' in shell
> -----------------------------------------------------
>
> Key: ACCUMULO-3611
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3611
> Project: Accumulo
> Issue Type: Bug
> Components: shell
> Reporter: Josh Elser
>
> 'msknapp' reported a problem on
> [Stackoverflow|http://stackoverflow.com/questions/28399361/thriftsecurityexception-userroot-codebad-credentials]:
> {quote}
> I changed my password to a simple one, updated the site file, and it worked.
> I tried changing it back but it would not let me create a password with an
> exclamation mark in it, accumulo produces an exception saying the event was
> not found. When you initially create the root user though, you can get away
> with an exclamation mark in your password, which is how I got in that
> situation.
> {quote}
> Might be a bug in JLine which we need to look into. We need to make sure that
> we're not limiting the characters that can be used in user passwords.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)