This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from a55e9ed Merge pull request #426 from salcho/post-ww-5083 new f386e89 WW-5083 PR#426 follow-up. - Updated ResourceIsolationPolicy Sec-Fetch* header cases to match spec. - Added the Sec-Fetch-User header, plus additional dest/site/mode values from the spec. - Renamed ResourceIsolationPolicy interface constants to follow the naming convention that was already present. - Made StrutsResourceIsolationPolicy checks case-insensitive (even if specification says things should be case-sensitive) to better handle client bugs that will likely [...] new bfaebdb Updated commit based on feedback: - Added test to confirm setExemptedPaths() injection works as expected. - Changed log level for rejection message from debug to info. - Added a struts-testing.xml to the testing resources (used by the new test for setExemptedPaths, may be utilized by future tests). new 54b1568 Merge pull request #428 from JCgH4164838Gh792C124B5/WW-5083_Followup The 5941 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 | 37 +++- .../interceptor/ResourceIsolationPolicy.java | 47 +++-- .../interceptor/StrutsResourceIsolationPolicy.java | 9 +- .../interceptor/FetchMetadataInterceptorTest.java | 189 +++++++++++++++++---- core/src/test/resources/struts-testing.xml | 55 ++++++ 5 files changed, 284 insertions(+), 53 deletions(-) create mode 100644 core/src/test/resources/struts-testing.xml