[jira] [Updated] (WW-4465) StatusCode parameter in the URL when using redirectAction

2015-02-16 Thread Lukasz Lenart (JIRA)

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

Lukasz Lenart updated WW-4465:
--
Fix Version/s: 2.3.22

 StatusCode parameter in the URL when using redirectAction
 -

 Key: WW-4465
 URL: https://issues.apache.org/jira/browse/WW-4465
 Project: Struts 2
  Issue Type: Bug
  Components: Core Actions
Affects Versions: 2.3.20
Reporter: Harry Chan
 Fix For: 2.3.22

 Attachments: WW-4465.patch


 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:
 {code:xml}
 result name=redirectAction type=redirectAction 
param name=namespace//param
param name=actionNameanotherAction/param
 /result
 {code}
 The solution should be updated the
 {code}org.apache.struts2.dispatcher.ServletActionRedirectResult.getProhibitedResultParams(){code}
 same as WW-3389



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WW-4465) StatusCode parameter in the URL when using redirectAction

2015-02-15 Thread Harry Chan (JIRA)

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

Harry Chan updated WW-4465:
---
Attachment: WW-4465.patch

WW-4465.patch is attached

 StatusCode parameter in the URL when using redirectAction
 -

 Key: WW-4465
 URL: https://issues.apache.org/jira/browse/WW-4465
 Project: Struts 2
  Issue Type: Bug
  Components: Core Actions
Affects Versions: 2.3.20
Reporter: Harry Chan
 Attachments: WW-4465.patch


 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:
 {code:xml}
 result name=redirectAction type=redirectAction 
param name=namespace//param
param name=actionNameanotherAction/param
 /result
 {code}
 The solution should be updated the
 {code}org.apache.struts2.dispatcher.ServletActionRedirectResult.getProhibitedResultParams(){code}
 same as WW-3389



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)