Rework FilterDispatcher to be pluggable
---------------------------------------
Key: WW-2193
URL: https://issues.apache.org/struts/browse/WW-2193
Project: Struts 2
Issue Type: Improvement
Components: Dispatch
Affects Versions: 2.1.x
Reporter: Brian Pontarelli
Currently, the majority of how Struts handles actions, static resources and
passing the request down the filter chain is handled in FitlerDispatcher via
protected methods. In order to change this functionality, plugins and
applications must write their own filter and change their web.xml file to use
it.
It would be nice if the FitlerDispatcher was completely pluggable and all of
its operations were performed via well defined interfaces. Plugins could then
inject different implementations of these interfaces allowing modifications to
the main handling of the HTTP request and response.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.