This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch WW-4858-json-leaf-only-allowlist
in repository https://gitbox.apache.org/repos/asf/struts.git
omit 743ce88e4 WW-4858 fix(json): evaluate name allowlist at leaf keys only
add b70ecc8e1 WW-5645 Canonicalise static content paths and remove
redundant URL decode (#1777)
add 40fcae310 WW-4858 test(json): cover nested-leaf accepted-name and
include patterns (#1783)
add 8f1e06be5 WW-4858 fix(json): evaluate name allowlist at leaf keys only
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (743ce88e4)
\
N -- N -- N refs/heads/WW-4858-json-leaf-only-allowlist
(8f1e06be5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/struts2/RequestUtils.java | 5 +++
.../dispatcher/DefaultStaticContentLoader.java | 38 ++++++-------------
.../struts2/dispatcher/StaticContentLoader.java | 31 ++++++++++++++-
.../struts2/webjars/DefaultWebJarUrlProvider.java | 11 ++----
.../dispatcher/DefaultStaticContentLoaderTest.java | 19 +++++++++-
.../DefaultStaticContentLoaderWebJarTest.java | 12 +++++-
.../dispatcher/StaticContentLoaderTest.java | 2 -
.../apache/struts2/json/JSONInterceptorTest.java | 44 +++++++++++-----------
8 files changed, 102 insertions(+), 60 deletions(-)