[
https://issues.apache.org/jira/browse/IVY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618295#action_12618295
]
Pavel Sher commented on IVY-652:
--------------------------------
My ivy settings:
<ivysettings>
<property name='ivy.checksums' value=''/>
<caches
defaultCacheDir="C:/Perforce/BuildServer/tools/tomcat/temp/ivy67396cache"/>
<statuses>
<status name='lastPinned' integration='false'/>
<status name='lastSuccessful' integration='false'/>
<status name='lastFinished' integration='false'/>
<status name='integration' integration='true'/>
</statuses>
<resolvers>
<url name='teamcity-rep' latest='latest-time'>
<ivy
pattern='http://localhost:8111/bs/httpAuth/repository/download/[module]/[revision]/teamcity-ivy.xml'
/>
<artifact
pattern='http://localhost:8111/bs/httpAuth/repository/download/[module]/[revision]/[artifact](.[ext])'
/>
</url>
</resolvers>
<modules>
<module organisation='.*' name='.*' matcher='regexp'
resolver='teamcity-rep' />
</modules>
</ivysettings>
> 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.