[ 
https://issues.apache.org/struts/browse/WW-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don Brown updated WW-2193:
--------------------------

    Fix Version/s:     (was: 2.1.x)
                   2.1.3

> 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 Filter
>    Affects Versions: 2.0.10
>            Reporter: Brian Pontarelli
>             Fix For: 2.1.3
>
>
> 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.

Reply via email to