[
https://issues.apache.org/jira/browse/IVY-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gintas Grigelionis updated IVY-1573:
------------------------------------
Description:
When resolving a version, Ivy gets an HTML list of URLs of different versions.
When a version contains a special symbol (say, {{+}} which is a build metainfo
separator in [semver|https://semver.org|https://semver.org/]) URL can be
encoded and would not match a text representation ({{<a
href="example%2B1234">example+1234</a>}}). Then
{{ApacheURLLister.retrieveListing()}} will skip them resulting in failure to
resolve the artifacts.
was:
When resolving a version, Ivy gets an HTML list of URLs of different versions.
When a version contains a special symbol (say, {{+}} which is a build metainfo
separator in [semver|[https://semver.org]),|https://semver.org]%29%2C/] URL can
be encoded and would not match a text representation ({{<a
href="example%2B1234">example+1234</a>}}). Then
{{ApacheURLLister.retrieveListing()}} will skip them resulting in failure to
resolve the artifacts.
> Ivy skips entries in URL list where URL is encoded
> --------------------------------------------------
>
> Key: IVY-1573
> URL: https://issues.apache.org/jira/browse/IVY-1573
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.4.0
> Reporter: Gintas Grigelionis
> Assignee: Gintas Grigelionis
> Priority: Major
> Fix For: master
>
>
> When resolving a version, Ivy gets an HTML list of URLs of different versions.
> When a version contains a special symbol (say, {{+}} which is a build
> metainfo separator in [semver|https://semver.org|https://semver.org/]) URL
> can be encoded and would not match a text representation ({{<a
> href="example%2B1234">example+1234</a>}}). Then
> {{ApacheURLLister.retrieveListing()}} will skip them resulting in failure to
> resolve the artifacts.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)