mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
+1
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user