You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2008/06/13 03:44:05 UTC

[jira] Updated: (WW-2660) Patches for WW-2203 prevented action parameters from other places than the request parameters from being included in ParameterAware map.

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

Don Brown updated WW-2660:
--------------------------

    Fix Version/s: 2.1.3

> 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
>             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.