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

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

commit 8567c22e9ef5fa76bcfd156519ab936829c1a030
Merge: 15a3ca1 6046363
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Feb 23 10:48:06 2020 +0100

    Merge pull request #393 from apache/WW-5054-debug-browser
    
    [WW-5054] debug=browser

 .../com/opensymphony/xwork2/ognl/OgnlUtil.java     | 139 +++---
 .../java/org/apache/struts2/StrutsConstants.java   |   5 +
 .../struts2/config/entities/ConstantConfig.java    |  32 +-
 .../debugging/DebuggingInterceptor.java            | 110 ++---
 .../interceptor/debugging/ObjectToHTMLWriter.java  |  36 +-
 .../struts2/interceptor/debugging/browser.ftl      |   2 +-
 core/src/main/resources/struts-default.xml         |  34 ++
 .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 485 +++++++++++----------
 .../java/com/opensymphony/xwork2/util/Foo.java     |   5 +
 .../config/entities/ConstantConfigTest.java        |  47 +-
 .../main/resources/config-browser/actionNames.ftl  |   2 +-
 .../main/resources/config-browser/showConfig.ftl   |   4 +-
 12 files changed, 527 insertions(+), 374 deletions(-)

Reply via email to