Issue Details (XML | Word | Printable)

Key: MNG-4087
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Benjamin Bentmann
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2 & 3

Percent encoded characters in file URLs are not decoded upon deployment

Created: 15/Mar/09 03:19 PM   Updated: 23/Jun/09 02:29 PM   Resolved: 15/Mar/09 03:20 PM
Component/s: Artifacts and Repositories
Affects Version/s: 2.0.10
Fix Version/s: 2.1.0

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Related
 
dependent
 

Complexity: Intermediate


 Description  « Hide

For the POM snippet

<distributionManagement>
  <repository>
    <id>maven-core-it</id>
    <url>file:///C:/test%20dir/</url>
  </repository>
</distributionManagement>

the directory "test%20dir" will be created, i.e. the percent encoded characters of the URL are taken literally to the filesystem.



Benjamin Bentmann added a comment - 15/Mar/09 03:20 PM

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