[
https://issues.apache.org/jira/browse/ARIES-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Przybysz closed ARIES-1289.
-----------------------------------
Closing for released artifact
> Problematic directory entry check in ProviderBundleTrackerCustomizer
> --------------------------------------------------------------------
>
> Key: ARIES-1289
> URL: https://issues.apache.org/jira/browse/ARIES-1289
> Project: Aries
> Issue Type: Bug
> Components: SPI Fly
> Affects Versions: spifly-1.0.1
> Reporter: David Bosschaert
> Assignee: David Bosschaert
> Priority: Major
> Fix For: spifly-1.0.2
>
>
> See
> http://aries.15396.n3.nabble.com/Aries-spi-fly-Directory-entry-check-in-ProviderBundleTrackerCustomizer-td4030075.html
> In short: lines 109-111 of ProviderBundleTrackerCustomizer.java contain a
> check that is both problematic if the bundle does not contain directory
> entries and also unnecessary:
> {code}URL servicesDir = bundle.getResource("/" + METAINF_SERVICES);
> if (servicesDir == null)
> return null;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)