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 54b1568 Merge pull request #428 from JCgH4164838Gh792C124B5/WW-5083_Followup new c1180e2 initial implementation of coop new 529ec1e WW-5085: Initial implementation of Cross-Origin Opener Policy and Cross-Origin Embedder Policy interceptors new 4acaccf Merge branch 'master' into coop-coep-post new 8896015 Merge pull request #432 from salcho/coop-coep-post The 5945 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 | 91 ++++++++++++++++++++ .../struts2/interceptor/CoopInterceptor.java | 92 +++++++++++++++++++++ core/src/main/resources/struts-default.xml | 11 +++ .../struts2/interceptor/CoepInterceptorTest.java | 96 ++++++++++++++++++++++ .../struts2/interceptor/CoopInterceptorTest.java | 90 ++++++++++++++++++++ 5 files changed, 380 insertions(+) create mode 100644 core/src/main/java/org/apache/struts2/interceptor/CoepInterceptor.java create mode 100644 core/src/main/java/org/apache/struts2/interceptor/CoopInterceptor.java create mode 100644 core/src/test/java/org/apache/struts2/interceptor/CoepInterceptorTest.java create mode 100644 core/src/test/java/org/apache/struts2/interceptor/CoopInterceptorTest.java