}
return null;
}
private void installContentHandlerFactory(BundleContext context, FrameworkAdaptor frameworkAdaptor) {
ContentHandlerFactory chf = new ContentHandlerFactory(context, frameworkAdaptor);
try {
// first try the standard way
URLConnection.setContentHandlerFactory(chf);
} catch (Error err) {
// ok we failed now use more drastic means to set the factory