You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/03/14 19:52:00 UTC

[jira] [Resolved] (KARAF-5663) CaveMavenServlet download doesn't do anything

     [ https://issues.apache.org/jira/browse/KARAF-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-5663.
-----------------------------------------
    Resolution: Not A Problem

> CaveMavenServlet download doesn't do anything
> ---------------------------------------------
>
>                 Key: KARAF-5663
>                 URL: https://issues.apache.org/jira/browse/KARAF-5663
>             Project: Karaf
>          Issue Type: Bug
>          Components: cave-maven
>    Affects Versions: cave-4.1.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> When trying to resolve an artifact via the {{CaveMavenServlet}}, both:
> {code}
>         Matcher artifactMatcher = ARTIFACT_REQUEST_URL_REGEX.matcher(path);
>         Matcher metadataMatcher = ARTIFACT_METADATA_URL_REGEX.matcher(path);
> {code}
> don't match.
> So {{download}} operation always returns {{null}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)