Uploaded image for project: 'JBoss Modules'
  1. JBoss Modules
  2. MODULES-44

Provide an API that allows adding of URLStreamHandlerFactories

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.CR1
    • 1.0.0.Beta6
    • Core
    • None

      The OSGi integration layer currently contains this hack

      // TODO: Hack, which registers the framework module with the

      {@link ModularURLStreamHandlerFactory}

      String value = SystemPropertyActions.getProperty("jboss.protocol.handler.modules", "org.jboss.osgi.framework");
      if (!value.equals("org.jboss.osgi.framework"))
      value = value + "|org.jboss.osgi.framework";
      System.setProperty("jboss.protocol.handler.modules", value);

            dlloyd@redhat.com David Lloyd
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: