Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.20
-
None
Description
In the WW-3389, it solved the problem when using redirect" type result. However, the same issue would be occurred when using the *redirectAction type result.
e.g:
<result name="redirectAction" type="redirectAction" > <param name="namespace">/</param> <param name="actionName">anotherAction</param> </result>
The solution should be updated the
org.apache.struts2.dispatcher.ServletActionRedirectResult.getProhibitedResultParams()
same as WW-3389
Attachments
Attachments
Issue Links
- relates to
-
WW-3389 StatusCode parameter in the URL
- Closed