Interestingly, I spotted a user request for this support at [1] :) [1] https://stackoverflow.com/questions/46808518/struts-send-response-from-asynccontext
On 10/10/2017 1:23 PM, Yasser Zamani wrote: > If @dev agree I have an idea. For first step, what do you think to > level-up it to filter level (as it already is)? When I was playing I had > developed a modified filter below and saw it works! (except a few > special cases like when user has request scope spring bean). User can > put async actions in a specific namespace then map those to this filter > instead setting async-support to true. Below is some simple codes of > this filter (all params can be changed to get by a filter-param):