Is there a way to define dispatcher types for filter mapping via pax web
whiteboard extender, like in web.xml?
<filter-mapping>
  <filter-name>Filter</filter-name>
  <url-pattern>/example/*</url-pattern>
  <dispatcher>REQUEST</dispatcher>
  <dispatcher>FORWARD</dispatcher>
</filter-mapping>




-----
Pavel
--
View this message in context: 
http://karaf.922171.n3.nabble.com/Defining-dispatcher-types-for-filter-mapping-via-pax-web-whiteboard-extender-tp4045841.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to