This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.
from 15a3ca1 Upgrades struts-annotations to 1.0.7
add 8326535 WW-5054 Allows omit class/packages restrictions in devMode
add a270fd3 WW-5054 Does not escapes debug results
add 2c02100 WW-5054 Fixes links in config-browser
add 3afd682 WW-5054 Ignores internal security in devMode
add a844265 WW-5054 Uses a dedicated set of excluded classes & packages
to be used in devMode
add 1a0ef45 WW-5054 Adds a test to cover new logic
add 6046363 WW-5054 Uses action as a starting point for debugging
new 8567c22 Merge pull request #393 from apache/WW-5054-debug-browser
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:
.../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(-)