Maven 2 & 3

Percent encoded characters in file URLs are not decoded upon deployment

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0.10
  • Fix Version/s: 2.1.0
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

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.

Issue Links

Activity

Hide
Benjamin Bentmann added a comment -

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

Show
Benjamin Bentmann added a comment - Fixed by upgrading to Wagon 1.0-beta-5 which contains the required fix.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: