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 2017/11/10 12:34:00 UTC

[jira] [Updated] (FELIX-3342) Throw FileNotFound exception when trying to get a resource that does not exist

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

Karl Pauls updated FELIX-3342:
------------------------------
    Fix Version/s:     (was: framework-5.6.10)

> Throw FileNotFound exception when trying to get a resource that does not exist
> ------------------------------------------------------------------------------
>
>                 Key: FELIX-3342
>                 URL: https://issues.apache.org/jira/browse/FELIX-3342
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Irving Cordova
>            Priority: Minor
>
> Currently when a resource is not found inside a bundle, an IOException is thrown with the message: "Resource does not exist" . It would be more useful to throw instead a FileNotFound exception. This behavior happens outside OSGi and also in Equinox. For example look the stack trace in Equinox:
> java.io.FileNotFoundException: /resource/myresource.stg
> at
> org.eclipse.osgi.framework.internal.protocol.bundleresource.Handler.findBundleEntry(Handler.java:51)
> at
> org.eclipse.osgi.framework.internal.core.BundleResourceHandler.openConnection(BundleResourceHandler.java:175)
> at java.net.URL.openConnection(URL.java:945)
> at java.net.URL.openStream(URL.java:1010)
> This small fix would improve compatibility with 3rd parties that rely on this behavior, and also improve compatibility with the behavior in equinox. 



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