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] [Updated] (OWB-1197) OwbSWClassLoader creates wrong URL

     [ https://issues.apache.org/jira/browse/OWB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-1197:
-------------------------------
    Fix Version/s: 1.7.5
                   2.0.0

> 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
>             Fix For: 2.0.0, 1.7.5
>
>
> -                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)