You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Dale Newfield (JIRA)" <ji...@apache.org> on 2008/05/30 01:19:05 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=43990#action_43990 ] 

Dale Newfield commented on WW-2660:
-----------------------------------

http://www.nabble.com/parameter-vagaries...-td17541850.html#a17541850

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