Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
spifly-1.0.1
-
None
Description
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:
URL servicesDir = bundle.getResource("/" + METAINF_SERVICES); if (servicesDir == null) return null;