You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Frédéric Chuong (JIRA)" <ji...@codehaus.org> on 2012/08/31 17:24:21 UTC

[jira] (SCM-691) CVS SCM URL doesn't allow passwords containing '@'

Frédéric Chuong created SCM-691:
-----------------------------------

             Summary: CVS SCM URL doesn't allow passwords containing '@'
                 Key: SCM-691
                 URL: https://jira.codehaus.org/browse/SCM-691
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-cvs
    Affects Versions: 1.7
         Environment: Maven 3.0.4
            Reporter: Frédéric Chuong


Unable to specify a password containing @, as the URL parser attempts to interpret the following text as a hostname.

scm:cvs|pserver|myUsername|MyP@ssword@host.name.bar|/foo|bar

The URL parser would extract the following hostname 'ssword@host.name.bar' which is wrong.

AbstractCvsScmProvider should offer an escape syntax.

--
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