Could you please register this issue at [1] with title "Support for cross context request processing" then we will keep it in monitor and you can track resolution there, thanks for your report!
On 12/16/2017 2:24 AM, Prasanth Pasala wrote: > Do you see any side effects of this? I'm not sure. But unfortunately I did not know better solution for now as Struts seems is not ready for cross context request processing :( > > request.setAttribute("struts.actionMapping", new ActionMapping()); It's better to set null instead : request.setAttribute("struts.actionMapping", null); works? > request.setAttribute("struts.valueStack", null); [1] https://issues.apache.org/jira/projects/WW