This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch WW-5003-drops-xwork-exception
in repository https://gitbox.apache.org/repos/asf/struts.git.
discard 7dc8113 WW-5003 Drops XWorkException and uses StrutsException instead
add 11999d1 WW-5041 Upgrade to OGNL 3.1.26 and adapt to its new features
add 84cf17e Minor follow-up changes to PR #371 - added some additional
exclusions in struts-default.xml. - added log warning that specifies the value
of maxLength involved if applyExpressionMaxLength(maxLength) fails. - added
null guards to two handleOgnlException() methods that could result in an NPE
with #371 changes (a null OgnlException parameter was permissible previously,
correct or not).
add a23db41 Additional change - added unit test (hoping to make coveralls
happy).
add 28a7912 Disable expressionMaxLength by default for Struts 2.5.x.
(#380)
add 7dddaf5 refactor duplicate code. add log info.
add 93f9cf6 increase security log levels to error
add 5e40998 Merge pull request #390 from yasserzamani/ognl3_2_12
new 485d5ac WW-5003 Drops XWorkException and uses StrutsException instead
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 (7dc8113)
\
N -- N -- N refs/heads/WW-5003-drops-xwork-exception (485d5ac)
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.
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:
.../opensymphony/xwork2/inject/ContainerImpl.java | 11 ++-
.../com/opensymphony/xwork2/ognl/OgnlUtil.java | 22 +++++
.../opensymphony/xwork2/ognl/OgnlValueStack.java | 10 ++-
.../java/org/apache/struts2/StrutsConstants.java | 3 +
.../org/apache/struts2/views/jsp/ui/OgnlTool.java | 7 ++
.../org/apache/struts2/default.properties | 11 +++
core/src/main/resources/struts-default.xml | 9 +++
.../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 60 ++++++++++++++
.../xwork2/ognl/OgnlValueStackTest.java | 94 ++++++++++++++++++++++
.../apache/struts2/result/StreamResultTest.java | 17 ++--
pom.xml | 2 +-
11 files changed, 235 insertions(+), 11 deletions(-)