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

Provide an API that allows adding of URLStreamHandlerFactories

    XMLWordPrintable

Details

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

    Description

      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);

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: