Hi My project depend on a library, which try do create a URLStreamHandlerFactory. But the factory can only be defined once, and already been defined by OSGi framework. I did some research and found I can register a URLStreamHandlerService.
The library is trying to modify the default http handler behaviour. Is this can be done through a URLStreamHandlerService? Regards LongkerDandy

