[
https://issues.apache.org/jira/browse/IVY-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644707#action_12644707
]
Yegor Yarko commented on IVY-962:
---------------------------------
OK, I attached the file to this issue, so I guess you can try the following
settings in ivyconf.xml:
{code:xml}
<resolvers>
<url name='teamcity-rep' alwaysCheckExactRevision='yes'
checkmodified='true'>
<ivy
pattern='https://issues.apache.org/jira/secure/attachment/12393078/ivy.xml' />
<artifact
pattern='https://issues.apache.org/jira/secure/attachment/12393247/[artifact](.[ext])'
/>
</url>
</resolvers>
{code}
> Files with non-latin symbols fail to download
> ---------------------------------------------
>
> Key: IVY-962
> URL: https://issues.apache.org/jira/browse/IVY-962
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0-RC1
> Reporter: Yegor Yarko
> Attachments: .ivy.zip, ivy.xml, output.txt, testOnPublicServer.zip,
> русский.txt
>
>
> When I try to download a file with russian characters via Ivy (via Ant
> tasks), Ivy fails to download it
> Server's ivy.xml part:
> {code:xml}
> <artifact name="русский" type="txt" ext="txt" />
> {code}
> Console output
> {noformat}
> [ivy:retrieve] WARN: ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] WARN: :: FAILED DOWNLOADS ::
> [ivy:retrieve] WARN: :: ^ see resolution messages for details ^ ::
> [ivy:retrieve] WARN: ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:retrieve] WARN: :: org#bt413;8!Ёєёёъшщ.txt
> [ivy:retrieve] WARN: ::::::::::::::::::::::::::::::::::::::::::::::
> {noformat}
> Please find the client's ivy.xml, Ivy cache and output in the attachments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.