We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163cb3a commit afe8f3dCopy full SHA for afe8f3d
bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/url/URLStreamHandlerProxy.java
@@ -235,7 +235,7 @@ synchronized void dispose() {
235
@Override
236
public synchronized URLStreamHandlerService get() {
237
if (service == null && !disposed) {
238
- service = bundleContext.getService(reference);
+ service = URLStreamHandlerFactoryImpl.secureAction.getService(reference, bundleContext);
239
}
240
return service;
241
0 commit comments