Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9 M1
-
Fix Version/s: 1.9 M2
-
Component/s: {Unused} Actions and URLs
-
Labels:None
-
Difficulty:Trivial
-
Similar issues:
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.