[ 
https://issues.apache.org/struts/browse/WW-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45620#action_45620
 ] 

Ken commented on WW-3000:
-------------------------

and if add <dispatcher>INCLUDE</dispatcher> 
the tag <s:include .../> also crashed due to recursion call ,and throw stack 
over flow exception. 

> 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.

Reply via email to