Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: maven-scm-provider-integrity
-
Labels:None
-
Environment:HideJava 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.ShowJava 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.
-
Complexity:Intermediate
-
Number of attachments :
Description
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.