You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2019/01/23 13:43:00 UTC

[jira] [Created] (FELIX-6035) Allow urlhandlers to create urls for jrt protocol without an add-opens

Karl Pauls created FELIX-6035:
---------------------------------

             Summary: Allow urlhandlers to create urls for jrt protocol without an add-opens
                 Key: FELIX-6035
                 URL: https://issues.apache.org/jira/browse/FELIX-6035
             Project: Felix
          Issue Type: Improvement
          Components: Framework
    Affects Versions: framework-6.0.1
            Reporter: Karl Pauls
            Assignee: Karl Pauls
             Fix For: framework-6.0.2


The way we currently look-up and create built-in handlers in the urlhandlers requires the handler package to be open to felix. As this is not the case for the jrt handler by default, the framework needs to be started with an add-opens for the java.base/sun.net.www.protocol.jrt package if jrt urls need to be created. 

Fortunately. it should be possible to workaround the issue in Felix.



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