You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andre Piwoni (JIRA)" <ji...@apache.org> on 2014/01/10 00:37:50 UTC

[jira] [Created] (CAMEL-7121) Relative dot segment paths not resolved in org.apache.camel.core.osgi.OsgiClassResolver

Andre Piwoni created CAMEL-7121:
-----------------------------------

             Summary: Relative dot segment paths not resolved in org.apache.camel.core.osgi.OsgiClassResolver
                 Key: CAMEL-7121
                 URL: https://issues.apache.org/jira/browse/CAMEL-7121
             Project: Camel
          Issue Type: Bug
          Components: camel-blueprint
    Affects Versions: 2.12.2
         Environment: Java 7
            Reporter: Andre Piwoni
            Priority: Minor


org.apache.camel.core.osgi.OsgiClassResolver.loadResourceAsURL(String uri) does normalize a/b/c/../../file path when passed to Bundle.getResource()
per RFC 3986
As a result, path a/file is resolved but not path a/b/c/../../file.

Apache Felix claims it should not normalize this path as stated in
https://issues.apache.org/jira/browse/FELIX-369




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)