You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (Jira)" <ji...@apache.org> on 2022/06/27 07:49:00 UTC

[jira] [Created] (WW-5199) StrutsPrepareFilter and StrutsExecuteFilter do not support forwarding to another action

Lukasz Lenart created WW-5199:
---------------------------------

             Summary: StrutsPrepareFilter and StrutsExecuteFilter do not support forwarding to another action
                 Key: WW-5199
                 URL: https://issues.apache.org/jira/browse/WW-5199
             Project: Struts 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 6.0.0
            Reporter: Lukasz Lenart
             Fix For: 6.1.0


Ween using {{StrutsPrepareFilter}}/{{StrutsExecuteFilter}} combination it isn't possible to use {{DispatcherResult}} with forwarding to another actions - it's do to the cleanup counter implemented in those filters.

The same application using {{StrutsPrepareAndExecuteFilter}} works perfectly fine, this is covered by {{apps/showcase/src/test/java/it/org/apache/struts2/showcase/DispatcherResultTest.java}}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)