WW-2622 Added missing inject

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@677903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nils-Helge Garli
2008-07-18 13:36:37 +00:00
parent 568ea0598d
commit b0666945bb
@@ -495,6 +495,7 @@ public class Jsr168Dispatcher extends GenericPortlet implements StrutsStatics,
// on the uri, so we add the default one, which should be ok as the
// portlet is a portlet first, a servlet second
PortletServletRequest httpRequest = new PortletServletRequest(request, getPortletContext());
container.inject(httpRequest);
mapping = actionMapper.getMapping(httpRequest, dispatcherUtils.getConfigurationManager());
}
}