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/06/03 06:25:37 UTC

[struts] branch struts-2-5-x updated (b0dd7c1 -> 651eac2)

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 b0dd7c1  include ref in path as WW-5011 workaround (#353)
     new 3ac6835  fix logMissingProperties (WW-4999)
     new 0999fba  not log user exceptions as missing properties (WW-4999)
     new d4dd338  test not throw exception on top missing property (WW-4999)
     new 9e01fbd  decouple logMissingProperties from devMode (WW-4999)
     new a50af87  test false for logMissingProperties (WW-4999)
     new 651eac2  Merge pull request #358 from yasserzamani/WW-4999

The 5407 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/ognl/OgnlValueStack.java   |   9 +-
 .../xwork2/ognl/accessor/CompoundRootAccessor.java |  24 ++--
 .../xwork2/ognl/OgnlValueStackTest.java            | 152 +++++++++++++++++++++
 3 files changed, 171 insertions(+), 14 deletions(-)