You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jeremie BOUSQUET (JIRA)" <ji...@codehaus.org> on 2011/12/05 16:54:39 UTC

[jira] Created: (SCM-653) '@' not supported in passwords in SCM urls

'@' not supported in passwords in SCM urls
------------------------------------------

                 Key: SCM-653
                 URL: https://jira.codehaus.org/browse/SCM-653
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-integrity
    Affects Versions: 1.6
         Environment: Java 1.6.0_11
Maven 2.2.1
MKS Source 2009
Build: 8.10.0.5799
Service Pack: 005-01
Hotfixes: C041000005-019, C041000005-021
Copyright 2001 - 2010 MKS Software Inc.; in Canada copyright owned by MKS Inc. All rights reserved.
            Reporter: Jeremie BOUSQUET


In SCM url format for integrity, credentials can be entered as "login/password@hostname:port"
But if password contains '@' character (as 'toto@date'), then the integrity provider interprets it as a separator (and tries to use "date@hostname" as hostname).
I tried "toto\@date" but the same behaviour occurs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (SCM-653) '@' not supported in passwords in SCM urls

Posted by "Cletus D'Souza (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/SCM-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=286016#comment-286016 ] 

Cletus D'Souza commented on SCM-653:
------------------------------------

Yes, this is a valid issue with the scm provider.  As a workaround in the interim, you can always save your credentials in the Integrity Client's preferences.  Then your connection string (scm url) can be simplified to:

scm:integrity|configpath 
                
> '@' not supported in passwords in SCM urls
> ------------------------------------------
>
>                 Key: SCM-653
>                 URL: https://jira.codehaus.org/browse/SCM-653
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-integrity
>    Affects Versions: 1.6
>         Environment: Java 1.6.0_11
> Maven 2.2.1
> MKS Source 2009
> Build: 8.10.0.5799
> Service Pack: 005-01
> Hotfixes: C041000005-019, C041000005-021
> Copyright 2001 - 2010 MKS Software Inc.; in Canada copyright owned by MKS Inc. All rights reserved.
>            Reporter: Jeremie BOUSQUET
>
> In SCM url format for integrity, credentials can be entered as "login/password@hostname:port"
> But if password contains '@' character (as 'toto@date'), then the integrity provider interprets it as a separator (and tries to use "date@hostname" as hostname).
> I tried "toto\@date" but the same behaviour occurs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira