You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Alex Siman (JIRA)" <ji...@apache.org> on 2009/06/18 16:24:43 UTC

[jira] Issue Comment Edited: (WW-3077) StrutsPrepareAndExecuteFilter: infinite loop in filter chain with dispatcher FORWARD

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

Alex Siman edited comment on WW-3077 at 6/18/09 7:23 AM:
---------------------------------------------------------

@Christian Martin
See my prev comment: Struts 2.1.6 + UrlRewriteFilter work well for me using the patch.
There is no need to look for any other URL rewriter since it's Struts issue.

      was (Author: namisandr):
    @Christian Martin
  
> StrutsPrepareAndExecuteFilter: infinite loop in filter chain with dispatcher FORWARD
> ------------------------------------------------------------------------------------
>
>                 Key: WW-3077
>                 URL: https://issues.apache.org/struts/browse/WW-3077
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.1.6
>         Environment: Windows XP SP2, Java 1.6.0_10. Tomcat 6.0.18
>  
>            Reporter: Marco Rolando
>             Fix For: 2.1.8
>
>         Attachments: StrutsExecuteFilter.java.patch
>
>
> Using the struts 2 filter StrutsPrepareAndExecuteFilter with UrlRewrite (org.tuckey.web.filters.urlrewrite.UrlRewriteFilter) the filter evaluation sequence enters an infinite loop. The same problem arise with other forwarding filters.
> org.apache.struts2.dispatcher.FilterDispatcher does not suffer from this problem.
> Below the filter configuration in web.xml
> 	<filter-mapping>
> 		<filter-name>rewriteUrl</filter-name>
> 		<url-pattern>/*</url-pattern>
> 		<dispatcher>REQUEST</dispatcher>
> 		<dispatcher>FORWARD</dispatcher>
> 	</filter-mapping>
> 	<filter-mapping>
> 		<filter-name>struts2</filter-name>
> 		<url-pattern>/*</url-pattern>
> 		<dispatcher>REQUEST</dispatcher>
> 		<dispatcher>FORWARD</dispatcher>
> 	</filter-mapping>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.