[ 
https://issues.apache.org/jira/browse/PROTON-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963350#comment-15963350
 ] 

Priyanka Mathur commented on PROTON-1459:
-----------------------------------------

The issue was related to using username to create a cert file. Upon creating a 
cert file, as double colon ":" is not allowed in the file name, if I send the 
path without verifying it exists, there was no response from proton-j. I fixed 
it by removing colon from the name of the file. Could you please give me the 
email reference to the mailing list where I can pose questions for future ?

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to