[
https://issues.apache.org/jira/browse/SCM-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962591#comment-17962591
]
ASF GitHub Bot commented on SCM-691:
------------------------------------
jira-importer opened a new issue, #903:
URL: https://github.com/apache/maven-scm/issues/903
**[frederic.chuong](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=frederic.chuong)**
opened
**[SCM-691](https://issues.apache.org/jira/browse/SCM-691?redirect=false)** and
commented
Unable to specify a password containing @, as the URL parser attempts to
interpret the following text as a hostname.
scm:cvs|pserver|myUsername|MyP@[email protected]|/foo|bar
The URL parser would extract the following hostname '[email protected]'
which is wrong.
AbstractCvsScmProvider should offer an escape syntax.
---
**Affects:** 1.7
> CVS SCM URL doesn't allow passwords containing '@'
> --------------------------------------------------
>
> Key: SCM-691
> URL: https://issues.apache.org/jira/browse/SCM-691
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-cvs
> Affects Versions: 1.7
> Environment: Maven 3.0.4
> Reporter: frederic.chuong
> Priority: Major
>
> Unable to specify a password containing @, as the URL parser attempts to
> interpret the following text as a hostname.
> scm:cvs|pserver|myUsername|MyP@[email protected]|/foo|bar
> The URL parser would extract the following hostname '[email protected]'
> which is wrong.
> AbstractCvsScmProvider should offer an escape syntax.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)