StrutsPrepareAndExecuteFilter param problem
-------------------------------------------
Key: WW-3000
URL: https://issues.apache.org/struts/browse/WW-3000
Project: Struts 2
Issue Type: Bug
Components: Dispatch Filter
Affects Versions: 2.1.6
Environment: Windows XP with jboss-web 2.1.1,or jetty 6.1.6
Reporter: Ken
Priority: Critical
when use org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
with param:
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>
the action method crashed due to recursion call by struts 2.1.6.
I replace the new filter with old
one:org.apache.struts2.dispatcher.FilterDispatcher,it works.
because I muse use UrlRewriteFilter,so These params are important to me.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.