Hi, Have a look at chapter 11 of the OSGi Core Spec. The answer is: possibly, but it depends on the implementation. Specifically in section 11.3.2 it is recommended to not override built-in handlers...
Best regards, David On 6 January 2011 14:07, LongkerDandy <[email protected]> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

