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.2, 2.1.1
            Reporter: Dale Newfield


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.

Reply via email to