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 Priority: Minor 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