Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-598

Retrieving Portlet invoked servlet request attributes should first check PortletRequest attributes before using fallback to the web container

    XMLWordPrintableJSON

Details

    Description

      In o.a.pluto.container.impl.HttpServletPortletRequestWrapper.getAttribute(String) a (non path related) attribute currently first is looked up from getRequest().getAttribute(String) with a fallback to the PortletRequest.getAttribute(String).
      However, this is the wrong order: first the PortletRequest.getAttribute(String) should be checked to ensure a possibly earlier set attribute which is only set with PortletRequest.setAttribute(String,Object) (and possibly cached there) is returned.

      Attachments

        Activity

          People

            ate Ate Douma
            ate Ate Douma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: