This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git.
from 13cfba8 Merge pull request #371 from yasserzamani/WW-5041 new e2b644a 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 dd6d206 Additional change - added unit test (hoping to make coveralls happy). new 1348971 Merge pull request #378 from JCgH4164838Gh792C124B5/local_25x_CfgChg1 The 5431 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 | 15 ++++++---- .../opensymphony/xwork2/ognl/OgnlValueStack.java | 4 +-- core/src/main/resources/struts-default.xml | 4 +++ .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 34 ++++++++++++++++++++++ 4 files changed, 50 insertions(+), 7 deletions(-)