[ https://issues.apache.org/struts/browse/WW-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44254#action_44254 ]
mrdon edited comment on WW-2193 at 6/21/08 8:23 AM: -------------------------------------------------------- First cut at http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/filter/ although it doesn't address plugin pluggability...yet.... was (Author: mrdon): First cut at http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/filter/ > 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.