You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/07/10 10:30:01 UTC

[jira] [Created] (OWB-1197) OwbSWClassLoader creates wrong URL

Mark Struberg created OWB-1197:
----------------------------------

             Summary: OwbSWClassLoader creates wrong URL
                 Key: OWB-1197
                 URL: https://issues.apache.org/jira/browse/OWB-1197
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Arquillian
            Reporter: Mark Struberg


-                return new URL(null, "archive:" + nodes.iterator().next());
+                return new URL(null, "archive:" + nodes.iterator().next(), new ArchiveStreamHandler());

Otherwise we blow up with a MalformedURLException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)