Hello, I'd like to join https://ops4j1.jira.com and as the message states, I need to apply here to register.
The background is the problem with pax-web behavior of creating separate HttpContext for each bundle when createDefaultHttpContext() is called. I'd like to be able to change that behavior in config file, so that the shared http context instance would be returned. WebContainer interface has a method for that, but quite obviously, only non-agnostic instances can call that method. In my case, I have JaxRS-Publisher that is agnostic and uses only methods exposed in HttpService. The eclipse jetty bundle (org.eclipse.equinox.http.servlet) does that by default. I understand the reasons for each bundle having separate HttpContext, but both solutions have their pros, and it should be the architect that decides which way to choose. Best Regards, Lukasz Lech -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
