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 2007/10/30 23:31:50 UTC

[jira] Created: (FELIX-415) Don't call the URL constructor with a null as the context

Don't call the URL constructor with a null as the context
---------------------------------------------------------

                 Key: FELIX-415
                 URL: https://issues.apache.org/jira/browse/FELIX-415
             Project: Felix
          Issue Type: Bug
            Reporter: Karl Pauls
            Assignee: Karl Pauls


At various places we use the URL constructor with a null argument as the context. The javadoc doesn't explicitly disallow this but it is not clear that it is allowed either. Some free VMs have/had an issue with this (like e.g., Mika) and we should try to work around this construction. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-415) Don't call the URL constructor with a null as the context

Posted by "Karl Pauls (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls closed FELIX-415.
----------------------------

    Resolution: Fixed

One place where this was happening is gone now and the other (in the extension manager) should not be a problem because we expect an exception anyways. Furthermore, the problem has been resolved in current versions of mika. 

> Don't call the URL constructor with a null as the context
> ---------------------------------------------------------
>
>                 Key: FELIX-415
>                 URL: https://issues.apache.org/jira/browse/FELIX-415
>             Project: Felix
>          Issue Type: Bug
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>
> At various places we use the URL constructor with a null argument as the context. The javadoc doesn't explicitly disallow this but it is not clear that it is allowed either. Some free VMs have/had an issue with this (like e.g., Mika) and we should try to work around this construction. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.