You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Priyanka Mathur (JIRA)" <ji...@apache.org> on 2017/04/07 19:08:41 UTC

[jira] [Created] (PROTON-1459) username with : does not work on sasl.plain

Priyanka Mathur created PROTON-1459:
---------------------------------------

             Summary: username with : does not work on sasl.plain
                 Key: PROTON-1459
                 URL: https://issues.apache.org/jira/browse/PROTON-1459
             Project: Qpid Proton
          Issue Type: Bug
    Affects Versions: proton-j-0.18.0
            Reporter: Priyanka Mathur


In the following code if I use a username with double colon(:) or colon in the beginning eg like usernamewith:: or user::name or :username

Sasl sasl = transport.sasl();
sasl.plain(this.userName, this.sasToken);

Connection is never successful.

However if I change the username as user:name, connection is successful.

Are there any restrictions in username ?





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org