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

Musachy Barroso resolved WW-3000.
---------------------------------

    Resolution: Fixed

The problem was that the new filters add the last action mapping to the 
request, this makes it possible to use Prepare and Execute as 2 filters, but 
the PrepareExecute should always lookup the action mapping. Fixed in trunk, 
thanks for reporting.

> 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
>             Fix For: 2.1.7
>
>
> 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