Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-2
-
Fix Version/s: 1.1-beta-1
-
Component/s: Web - UI
-
Labels:None
-
Environment:ubuntu feisty
-
Complexity:Intermediate
-
Number of attachments :
Description
When adding a Maven 2 project to Continuum:
URL: http://machine.com:##/svn/project/trunk/pom.xml
User: user
Pass: pass
does not work. But if you enter:
http://user:pass@machine.com:##/svn/project/trunk/pom.xml
in the URL field, leaving the user and pass blank, it works. Credentials work when part of the URL, but not when put into the form fields on the page. Checking the log, it appears that the ":" is getting omitted when the final URL is synthesized from the 1st case above.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| CONTINUUM-1345 | Create projects from metadata fails with Malformed URL if port is present (http://user@www.xxx.com44302/svn/...) |
|
|
|
attached patch.