Uploaded image for project: 'XWork'
  1. XWork
  2. XW-637

Patches for WW-2203 prevented action parameters from other places than the request parameters from being included in ParameterAware map.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.1, 2.1.2
    • 2.1.2
    • Interceptors
    • None
    • Struts2
    • Patch, Important

    Description

      This mirrors WW-2660, which requires patches to both struts2 and xwork2.

      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.

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

      Attachments

        Activity

          People

            rainerh Rainer Hermanns
            dnewfield Dale Newfield
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: