You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2020/03/22 13:49:00 UTC

[jira] [Created] (SLING-9231) Parsing of mvn urls for ArtifactId fails

Carsten Ziegeler created SLING-9231:
---------------------------------------

             Summary: Parsing of mvn urls for ArtifactId fails
                 Key: SLING-9231
                 URL: https://issues.apache.org/jira/browse/SLING-9231
             Project: Sling
          Issue Type: Bug
          Components: Feature Model
    Affects Versions: Feature Model 1.1.4
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Feature Model 1.1.6


ArtifactId.parse must be able to detect between mvn urls and mvn ids. However, the logic in there simply checks for a colon in the string and assumes it is an id (as ids use the colon as a separator). However, a mvn url has a colon as well to separate it from the protocol.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)