This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git


    from 9ba5c095f Merge pull request #1189 from 
apache/dependabot/maven/org.sitemesh-sitemesh-3.2.2
     add f3997f705 WW-5517 Fixes <s:debug/> to be compatible with allowlist 
capability
     add 8f4fa0685 WW-5517 Adds a dedicate test case to cover allowlist
     new 4e80f2661 Merge pull request #1187 from apache/fix/WW-5517-debug

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:
 .../java/org/apache/struts2/components/Debug.java  |  36 +-
 .../interceptor/ExceptionMappingInterceptor.java   | 108 ++--
 .../debugging/DebuggingInterceptor.java            |  53 +-
 .../apache/struts2/ognl/SecurityMemberAccess.java  |   2 -
 .../struts2/interceptor/debugging/browser.ftl      |  22 +-
 .../struts2/interceptor/debugging/webconsole.html  |  28 +-
 .../struts2/StrutsJUnit4InternalTestCase.java      |   2 -
 .../ExceptionMappingInterceptorTest.java           |  60 +--
 .../debugging/DebuggingInterceptorTest.java        | 569 +++++++++++++++++++++
 .../apache/struts2/views/jsp/ui/DebugTagTest.java  |  23 +-
 10 files changed, 755 insertions(+), 148 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptorTest.java

Reply via email to