Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4087

Percent encoded characters in file URLs are not decoded upon deployment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.10
    • 2.1.0
    • None

    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.

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: