You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brent N Atkinson (JIRA)" <ji...@codehaus.org> on 2015/01/31 14:52:18 UTC

[jira] (CONTINUUM-2585) Adding a maven pom via url with username drops query parameters

     [ https://jira.codehaus.org/browse/CONTINUUM-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brent N Atkinson reassigned CONTINUUM-2585:
-------------------------------------------

    Assignee: Brent N Atkinson

> Adding a maven pom via url with username drops query parameters
> ---------------------------------------------------------------
>
>                 Key: CONTINUUM-2585
>                 URL: https://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
>            Assignee: Brent N Atkinson
>             Fix For: 1.5.0
>
>         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 was sent by Atlassian JIRA
(v6.1.6#6162)