Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87B95187C7 for ; Mon, 7 Dec 2015 14:04:12 +0000 (UTC) Received: (qmail 97941 invoked by uid 500); 7 Dec 2015 14:04:11 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 97705 invoked by uid 500); 7 Dec 2015 14:04:11 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 97158 invoked by uid 99); 7 Dec 2015 14:04:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 14:04:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 074F82C1F62 for ; Mon, 7 Dec 2015 14:04:11 +0000 (UTC) Date: Mon, 7 Dec 2015 14:04:11 +0000 (UTC) From: "Mike Hummel (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FELIX-3944) Resolving resources including dots in the path fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Hummel closed FELIX-3944. ------------------------------ Resolution: Won't Fix > Resolving resources including dots in the path fails > ---------------------------------------------------- > > Key: FELIX-3944 > URL: https://issues.apache.org/jira/browse/FELIX-3944 > Project: Felix > Issue Type: Bug > Components: Bundle Repository (OBR) > Environment: Using Felix in the SLING framework > Reporter: Mike Hummel > Priority: Minor > > Loading a resource from the classloader including a dot in the path is not possible. > Example: getResource("/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/...") > will not work using the felix class loader. The default java class loader is able to return this kind of resource. -- This message was sent by Atlassian JIRA (v6.3.4#6332)