Github user victorsosa commented on a diff in the pull request:
https://github.com/apache/struts/pull/79#discussion_r50120845
--- Diff:
plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java ---
@@ -110,7 +110,9 @@ public void doExecute(String location, ActionInvocation
invocation) throws Excep
HttpServletResponse httpResponse =
ServletActionContext.getResponse();
Request request = new ServletRequest(applicationContext,
httpRequest, httpResponse);
-
+
+ container.startContext(request);
container.render(location, request);
+ container.endContext(request);
--- End diff --
OK, i will close the PR then :+1:
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]