adding a new maven project from pom url whith cvsweb
----------------------------------------------------
Key: CONTINUUM-2585
URL: http://jira.codehaus.org/browse/CONTINUUM-2585
Project: Continuum
Issue Type: Bug
Components: Web - UI
Affects Versions: 1.3.6
Environment: Red Hat Enterprise Linux Server release 5.5 (Tikanga);
cvs for software revision control
Reporter: M
Attachments: patch.txt
This issue occurs when cvsweb(http/https) is the preferred method for
retrieving remote pom.xml.
In web interface, the import of a maven project via pom url fails, because the
pom.xml url is in the form:
https://HOST/viewvc/PROJECT/pom.xml?view=co&pathrev=REVISION (real pom.xml)
but the backend is retrieving the wrong pom url
https://HOST/viewvc/PROJECT/pom.xml (webpage of pom.xml's revision history)
The part after the ? character is truncated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira