Hi Niclas,

Am Donnerstag, den 10.01.2008, 16:42 +0800 schrieb Niclas Hedhman:
> On Wednesday 09 January 2008 15:34, Rob Walker wrote:
> > The Felix layer just provides registration of aliases
> 
> And this needs to be fixed in a new version (compared to org.ungoverned), 
> since Jetty (at Jetty4) resolves the URL space differently from the OSGi 
> spec. Keep that in mind, FelixM.

Thanks for reminding. This was actually one issue I once had. But I
committed a fix to this in FELIX-379 [1]. With the latest patch to
FELIX-55 [2] there is only one context registered with Jetty. In to this
context a Servlet Holder is installed for each registered servlet and
resource, whereas each such Serlvet Holder has a reference to the actual
ServletContext (based on the OSGi HttpContext is actually used)

So this should now work having the resources and servlets in the same
path space.

One thing, which might not work is sessions and cookies, esp. as Cookies
are sent from the client and the server just gets them ...

Regards
Felix

[1] https://issues.apache.org/jira/browse/FELIX-379
[2] https://issues.apache.org/jira/browse/FELIX-55

Reply via email to