Description
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
Attachments
Issue Links
- relates to
-
WW-5270 Forwarding from a Struts excluded URL to an Action not working
- Closed
- links to