Hello,

In the servlets I am migrating to OSGi, filters are used a lot. Most
of the filters work correctly,
however I notice some are not being called. For example, in the
web.xml I have this:

  <filter-mapping>
    <filter-name>EncryptionFilter</filter-name>
    <url-pattern>/WEB-INF/configuration.jspx</url-pattern>
    <dispatcher>INCLUDE</dispatcher>
  </filter-mapping>

and in one of the jsps I have this:

.
<data><jsp:include page="/WEB-INF/configuration.jspx"/></data>
.

In tomcat the filter is called before executing configuration.jspx
whilst in Pax Web it is not.

Just curious, is my issue the same as this?:

http://team.ops4j.org/browse/PAXWEB-154

thanks in advance,
Gareth

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to