[
https://issues.apache.org/struts/browse/WW-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Don Brown updated WW-1723:
--------------------------
Fix Version/s: (was: 2.1.3)
2.2.x
> Action mapping type=redirect-action appends !password if no method param is
> specified
> -------------------------------------------------------------------------------------
>
> Key: WW-1723
> URL: https://issues.apache.org/struts/browse/WW-1723
> Project: Struts 2
> Issue Type: Improvement
> Components: XML Configuration
> Affects Versions: 2.0.5
> Environment: WinXP, Tomcat 5.5
> Reporter: Brian Thompson
> Priority: Minor
> Fix For: 2.2.x
>
>
> When an action mapping is defined in struts.xml with a result type of
> redirect-action and a runtime-parsed URL parameter, the URL that gets
> generated will be of the form
> http://www.example.com/proj/action!password.action?id=1234
> Instead of the expected
> http://www.example.com/proj/action.action?id=1234
> Adding <param name="method">foo</param> to the mapping changes the URL result
> to
> http://www.example.com/proj/action!foo.action?id=1234
> The action mapper needs to default to not specifying any method in the URL
> string.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.