[ http://issues.apache.org/struts/browse/WW-1489?page=comments#action_38732 ] tm_jee commented on WW-1489: ----------------------------
what about just create a new filter (something like the attachment EncodingAndRequestWrappingFilter) to do the encoding and wrapping. It just contains code that does encoding and request wrapping copied from Dispatcher. We could also do without this new filter but put those codes instead in ActionContextCleanUp. What do you think? > Refactor ActionContextCleanUp and DispatcherFilter to have common logics in > an abstract super class > --------------------------------------------------------------------------------------------------- > > Key: WW-1489 > URL: http://issues.apache.org/struts/browse/WW-1489 > Project: Struts 2 > Issue Type: Improvement > Components: Configuration, Dispatch > Affects Versions: 2.0.1 > Reporter: tm_jee > Assigned To: tm_jee > Priority: Critical > Fix For: 2.0.2 > > Attachments: EncodingAndRequestWrappingFilter.java > > > Refactor ActionContextCleanUp and DispatcherFilter to have common logics in > an abstract super class > see http://forums.opensymphony.com/thread.jspa?threadID=48630&tstart=0 for > more info. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
