Hi, org.ops4j.pax.web.pax-web-extender-war /src/main/java/org/ops4j/pax/web/extender/war/internal/RegisterWebAppVisitorWC.java adds filter-name and filter-mapping-dispatcher to the init parameters (although not defined as init-param in the web.xml), which creates problems in Tomcat.
Tomcat (IntrospectionUtils) will go through all init parameters looking for the corresponding setter-methods finally leading to javax.servlet.ServletException: The property "filter-name" is not defined for filters of type .. This might be related to https://ops4j1.jira.com/browse/PAXWEB-1079 Best regards Jens -- -- ------------------ 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.
