That said, it is possible to override the built-in http handler in felix. regards,
Karl On Thu, Jan 6, 2011 at 3:11 PM, David Bosschaert <[email protected]> wrote: > 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] > > -- Karl Pauls [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

