Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
A malformed URL error occurs when trying to add a Maven 2 project specifying an HTTP URL to the POM file if the user name contains an "@" character.
In our environment, subversion account names are of the form "name@domain". After entering the URL, username, and password, a "malformed URL" error is displayed. The error message in the log was like "Malformed URL: http:*****@domain:password@url_to_the_pom". At first I wondered why only the first part of the user name was masked in the log and the password was not, until I realized that the system considered everything after the first "@" to be the URL.
Work-around: I entered the URL-encoded value of the user name ("name%40domain") in the form and the project was successfully added.
Issue Links
- duplicates
-
CONTINUUM-1199
Special characters in userid and password not supported in HTTP authentication
-
Duplicate of
CONTINUUM-1199, special characters in scm passwords cause problems