Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.9 M1
-
None
-
Trivial
-
Description
The filters don't get applied when forwarding requests using the request dispatcher, since by default a filter only applies to direct requests. This behavior can be changed in web.xml, by adding one or more <dispatcher> elements.
This behavior was observed when combining the ActionDispatcher with the ConversionFilter.