You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2008/09/01 22:52:44 UTC

[jira] Resolved: (IVY-652) Ivy constructs incorrect URL if artifact path contains spaces

     [ https://issues.apache.org/jira/browse/IVY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene resolved IVY-652.
-------------------------------

    Resolution: Fixed

This issue has been fixed, I'll commit my junit test later (no need to keep this issue open)

> Ivy constructs incorrect URL if artifact path contains spaces
> -------------------------------------------------------------
>
>                 Key: IVY-652
>                 URL: https://issues.apache.org/jira/browse/IVY-652
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>            Reporter: Pavel Sher
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>
> I have the following publication in my ivy.xml file:
>   <publications>
>     <artifact name="artifacts/sub folder/file" type="txt" ext="txt" />
>   </publications>
> When Ivy tries to download this artifact it constructs wrong URL with non escaped spaces.
> I can provide escaped path in ivy.xml (however I do not think it is correct to do so), but in this case Ivy do not unescape path and stores files on disk with %20 in their names.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.