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/15 21:22:12 UTC

[jira] Closed: (MNG-4087) Percent encoded characters in file URLs are not decoded upon deployment

     [ http://jira.codehaus.org/browse/MNG-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4087.
----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.1.0

Fixed by upgrading to Wagon 1.0-beta-5 which contains the required fix.

> Percent encoded characters in file URLs are not decoded upon deployment
> -----------------------------------------------------------------------
>
>                 Key: MNG-4087
>                 URL: http://jira.codehaus.org/browse/MNG-4087
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.10
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> For the POM snippet
> {code:xml}
> <distributionManagement>
>   <repository>
>     <id>maven-core-it</id>
>     <url>file:///C:/test%20dir/</url>
>   </repository>
> </distributionManagement>
> {code}
> the directory "test%20dir" will be created, i.e. the percent encoded characters of the URL are taken literally to the filesystem.

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