You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/12/24 14:27:55 UTC

[struts] branch master updated (03da857 -> 5e40998)

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 03da857  Fixes Showcase app Tiles example
     new 11999d1  WW-5041 Upgrade to OGNL 3.1.26 and adapt to its new features
     new 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).
     new a23db41  Additional change - added unit test (hoping to make coveralls happy).
     new 28a7912  Disable expressionMaxLength by default for Struts 2.5.x. (#380)
     new 7dddaf5  refactor duplicate code. add log info.
     new 93f9cf6  increase security log levels to error
     new 5e40998  Merge pull request #390 from yasserzamani/ognl3_2_12

The 5730 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(-)