You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/01/28 07:28:34 UTC

[jira] Created: (FELIX-2017) Potential NullPointerException when running Web Console in Equinox

Potential NullPointerException when running Web Console in Equinox
------------------------------------------------------------------

                 Key: FELIX-2017
                 URL: https://issues.apache.org/jira/browse/FELIX-2017
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-2.0.6
            Reporter: Felix Meschberger
             Fix For: webconsole-3.0.0


Equinox class loaders might return URLs for resources, which are not accessible, thus returning null when opening the InputStream (instead of throwing).

This bug has been reported in the context of Karaf 1.2 as FELIX-1994, but the Web Console itself should probably also be more attentive to this situation.

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


[jira] Resolved: (FELIX-2017) Potential NullPointerException when running Web Console in Equinox

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

Felix Meschberger resolved FELIX-2017.
--------------------------------------

    Resolution: Fixed

Fixed in Rev. 903968 to simply ignore the resource if the input stream cannot be retrieved.

> Potential NullPointerException when running Web Console in Equinox
> ------------------------------------------------------------------
>
>                 Key: FELIX-2017
>                 URL: https://issues.apache.org/jira/browse/FELIX-2017
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-2.0.6
>            Reporter: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> Equinox class loaders might return URLs for resources, which are not accessible, thus returning null when opening the InputStream (instead of throwing).
> This bug has been reported in the context of Karaf 1.2 as FELIX-1994, but the Web Console itself should probably also be more attentive to this situation.

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


[jira] Closed: (FELIX-2017) Potential NullPointerException when running Web Console in Equinox

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

Carsten Ziegeler closed FELIX-2017.
-----------------------------------


> Potential NullPointerException when running Web Console in Equinox
> ------------------------------------------------------------------
>
>                 Key: FELIX-2017
>                 URL: https://issues.apache.org/jira/browse/FELIX-2017
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-2.0.6
>            Reporter: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> Equinox class loaders might return URLs for resources, which are not accessible, thus returning null when opening the InputStream (instead of throwing).
> This bug has been reported in the context of Karaf 1.2 as FELIX-1994, but the Web Console itself should probably also be more attentive to this situation.

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