[
https://issues.apache.org/struts/browse/WW-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rainer Hermanns resolved WW-2660.
---------------------------------
Resolution: Fixed
fixed in xw and S2
> Patches for WW-2203 prevented action parameters from other places than the
> request parameters from being included in ParameterAware map.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WW-2660
> URL: https://issues.apache.org/struts/browse/WW-2660
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.1.1, 2.1.2
> Reporter: Dale Newfield
> Assignee: Rainer Hermanns
> Fix For: 2.1.3
>
> Attachments: struts2.diff, xwork2.diff
>
>
> http://svn.apache.org/viewvc?view=rev&revision=592669 changed
> org.apache.struts2.dispatcher.Dispatcher so that it no longer included any
> parameters other than those available in request.getParameterMap in those
> stored in ActionContext.getContext().getParameters() (which is what the
> servletConfig interceptor passes to actions implementing ParameterAware).
> This is fine, but the corresponding changes causing these new interceptors
> causing them to add their parameters into this Map was missing. These
> patches add this back in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.