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 58a76162a Merge pull request #592 from apache/upgrade-spring add 16c2948f1 WW-5218 Allows to disable CSP related interceptors new 8c4a90f6e Merge pull request #593 from apache/WW-5218-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: .../struts2/interceptor/CoepInterceptor.java | 19 ++++-- .../struts2/interceptor/CoopInterceptor.java | 22 ++++--- .../interceptor/FetchMetadataInterceptor.java | 67 +++++++++++++--------- .../struts2/interceptor/csp/CspInterceptor.java | 26 +++++++-- .../interceptor/csp/DefaultCspSettings.java | 4 +- core/src/main/resources/struts-default.xml | 8 ++- .../struts2/interceptor/CoopInterceptorTest.java | 12 +++- .../struts2/interceptor/CspInterceptorTest.java | 19 ++++-- .../interceptor/FetchMetadataInterceptorTest.java | 48 ++++++++++------ 9 files changed, 152 insertions(+), 73 deletions(-)