WW-4105 Adds support for Spring proxies when chaining actions
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8b862f7c Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8b862f7c Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8b862f7c Branch: refs/heads/master Commit: 8b862f7cb2eaa6289ec9b36e7dc4a47521fc3bca Parents: 5a6c336 9a8b4f4 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed May 17 19:49:21 2017 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed May 17 19:49:21 2017 +0200 ---------------------------------------------------------------------- .../xwork2/interceptor/ChainingInterceptor.java | 7 +- .../com/opensymphony/xwork2/util/ProxyUtil.java | 90 ++++++++++++++++++++ .../com/opensymphony/xwork2/TestSubBean.java | 14 +++ .../xwork2/spring/ActionsFromSpringTest.java | 17 ++++ .../xwork2/spring/SpringProxyUtilTest.java | 85 ++++++++++++++++++ .../xwork2/spring/actionContext-spring.xml | 26 +++++- .../xwork2/spring/actionContext-xwork.xml | 19 +++++ 7 files changed, 256 insertions(+), 2 deletions(-) ----------------------------------------------------------------------