-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.8
-
Fix Version/s: 2.1.8
-
Component/s: Dispatch Filter
-
Labels:None
When the struts filter initializes I'd like to do some additional work (such as forcing the Freemarker configuration to initialize before the first request). However, I can't find a way to get access to the Container (or the Dispatcher which would give me the container) in a subclass of StrutsPrepareAndExecuteFilter. It would be great if some hook could be provided for subclasses. Thanks!