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 c2b09d7 Sets a proper timestamp as maven-jar-plugin doesn't support "now" new cdba061 Ww 5083 (#1) new 4aadcff Add license header to new files new 5b27fc2 Rename Resource Isolation Policy implementation. Remove confluence javadoc tags. Pending PR for Fetch Metadata interceptor documentation. new 193856c Add log statement at debug for cross-origin requests rejected by Fetch Metadata. Fix typo. new 8902a9a Add Vary headers explicitly for all requests processed by the Fetch Metadata interceptors instead of using PreResultListener new a55e9ed Merge pull request #426 from salcho/post-ww-5083 The 5938 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: .../interceptor/FetchMetadataInterceptor.java | 87 ++++++++++++++ .../interceptor/ResourceIsolationPolicy.java | 53 +++++++++ .../interceptor/StrutsResourceIsolationPolicy.java | 63 ++++++++++ core/src/main/resources/struts-default.xml | 2 + .../interceptor/FetchMetadataInterceptorTest.java | 131 +++++++++++++++++++++ 5 files changed, 336 insertions(+) create mode 100644 core/src/main/java/org/apache/struts2/interceptor/FetchMetadataInterceptor.java create mode 100644 core/src/main/java/org/apache/struts2/interceptor/ResourceIsolationPolicy.java create mode 100644 core/src/main/java/org/apache/struts2/interceptor/StrutsResourceIsolationPolicy.java create mode 100644 core/src/test/java/org/apache/struts2/interceptor/FetchMetadataInterceptorTest.java