Hello! I'm having trouble to use a SharedContext filter within some WAB 
resources.

I've created a filter using blueprint and exposed it as a shared Context 
like this: 

<service id="servletFilterService" interface="javax.servlet.Filter">
  <service-properties>
    <entry key="urlPatterns" value="/*"/>
    <entry key="httpContext.id" value="shared"/>
    <entry key="httpContext.shared" value="true"/>
  </service-properties>
  <bean class="com.cstor.pages.handler.security.SecurityFilter"/>
</service>


 And i need all my wab bundles, which contains mostly static resources to 
pass through this filter, how can i do that? The bundles are created using 
the Web-ContextPath directive at the MANIFEST.MF. 

-- 
-- 
------------------
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.

Reply via email to