Helo I'm trying to integrate an application that makes extensive use of ServletContext for communication between components via attributes. Unfortunately it seems that different Filters have different servletContexts so that the attributes set to the context of one filter cannot be accessed from the context of another filter. I also tries setting org.apache.felix.http.shared_servlet_context_attributes to "true" but this didn't make any difference.
Any idea how to have a shared ServletContext? Cheers, Reto

