You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/03/29 18:38:12 UTC

[jira] Created: (MNG-4116) [regression] Effective POM contains invalid URLs upon usage of percent-encoded characters

[regression] Effective POM contains invalid URLs upon usage of percent-encoded characters
-----------------------------------------------------------------------------------------

                 Key: MNG-4116
                 URL: http://jira.codehaus.org/browse/MNG-4116
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 3.0-alpha-3
            Reporter: Benjamin Bentmann
            Priority: Minor


[r759364|http://svn.apache.org/viewvc?view=rev&revision=759364] erroneously decodes URLs during POM construction, leaving invalid URLs in the effective model. For instance the SCM URL {{scm:svn:svn+ssh://svn.apache.org/spacy%20path}} will end up as {{scm\:svn\:svn ssh\://svn.apache.org/spacy path}}. Decoding needs to be left to the actual transport layer.

-- 
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

        

[jira] Closed: (MNG-4116) [regression] Effective POM contains invalid URLs upon usage of percent-encoded characters

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4116.
----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 3.0-alpha-3

Fixed in [r759729|http://svn.eu.apache.org/viewvc?view=rev&revision=759729].

> [regression] Effective POM contains invalid URLs upon usage of percent-encoded characters
> -----------------------------------------------------------------------------------------
>
>                 Key: MNG-4116
>                 URL: http://jira.codehaus.org/browse/MNG-4116
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 3.0-alpha-3
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-alpha-3
>
>
> [r759364|http://svn.apache.org/viewvc?view=rev&revision=759364] erroneously decodes URLs during POM construction, leaving invalid URLs in the effective model. For instance the SCM URL {{scm:svn:svn+ssh://svn.apache.org/spacy%20path}} will end up as {{scm\:svn\:svn ssh\://svn.apache.org/spacy path}}. Decoding needs to be left to the actual transport layer.

-- 
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