This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


    from 9e7e0b395 Merge pull request #624 from apache/WW-5137-class
     add 94a0c6e42 WW-4173 Adds support to disable processing a given 
interceptor
     add 084c257d6 WW-4173 Passes current ActionInvocation to allow based 
disabling interceptor on it
     new c74287f74 Merge pull request #625 from apache/WW-4173-disable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../xwork2/DefaultActionInvocation.java            |  26 +-
 .../xwork2/interceptor/AbstractInterceptor.java    |  14 +-
 .../xwork2/interceptor/Interceptor.java            |   8 +
 .../struts2/interceptor/CoepInterceptor.java       |   9 +-
 .../struts2/interceptor/CoopInterceptor.java       |   8 +-
 .../interceptor/FetchMetadataInterceptor.java      |   7 +-
 .../struts2/interceptor/csp/CspInterceptor.java    |   9 +-
 .../xwork2/DefaultActionInvocationTest.java        |  62 ++++-
 .../com/opensymphony/xwork2/TestInterceptor.java   |  89 -------
 .../config/providers/InterceptorBuilderTest.java   | 286 +++++++++------------
 .../providers/InterceptorForTestPurpose.java       |  51 ++--
 .../ServletDispatchedTestAssertInterceptor.java    |  56 ----
 12 files changed, 235 insertions(+), 390 deletions(-)
 delete mode 100644 
core/src/test/java/com/opensymphony/xwork2/TestInterceptor.java
 delete mode 100644 
core/src/test/java/org/apache/struts2/dispatcher/ServletDispatchedTestAssertInterceptor.java

Reply via email to