[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

        

Reply via email to