Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
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) 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.
Attachments
Issue Links
- is duplicated by
-
IVY-1442 ApacheURLLister does not properly handle links with URL encoding
- Resolved