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

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

commit 4e80f2661e9aad8145101b024849dd0aea63edb0
Merge: 9ba5c095f 8f4fa0685
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Jan 21 18:01:26 2025 +0100

    Merge pull request #1187 from apache/fix/WW-5517-debug
    
    WW-5517 Fixes <s:debug/> to be compatible with allowlist capability

 .../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(-)

Reply via email to