You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Johnny Miller (JIRA)" <ji...@apache.org> on 2015/01/14 12:22:34 UTC

[jira] [Created] (CASSANDRA-8618) Password stored in cqlshrc file does not work with % character

Johnny Miller created CASSANDRA-8618:
----------------------------------------

             Summary: Password stored in cqlshrc file does not work with % character
                 Key: CASSANDRA-8618
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8618
             Project: Cassandra
          Issue Type: Bug
            Reporter: Johnny Miller


Passwords stored in the cqlshrc file that contain the % character do not work.

For example: BD%^r9dSv!z

The workaround is to escape it with an additional %

e.g. BD%%^r9dSv!z

It would be better if this was done automatically rather than having to add escape characters to the cqlshrc file.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)