From issues-return-5795-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Fri Apr 08 03:56:50 2011 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 67712 invoked from network); 8 Apr 2011 03:56:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2011 03:56:50 -0000 Received: (qmail 7331 invoked by uid 500); 8 Apr 2011 03:56:50 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 7305 invoked by uid 500); 8 Apr 2011 03:56:49 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 7297 invoked by uid 99); 8 Apr 2011 03:56:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2011 03:56:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2011 03:56:43 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3BF7F15E8213 for ; Thu, 7 Apr 2011 22:56:22 -0500 (CDT) Date: Thu, 7 Apr 2011 22:56:22 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <2867270.51248.1302234982238.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <23912858.13703.1290161766304.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2585) adding a new maven project from pom url whith cvsweb MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-2585: ------------------------------------ Fix Version/s: 1.4.2 (Beta) > 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 > Fix For: 1.4.2 (Beta) > > Attachments: continuum_import_project_patch.txt, 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