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/01/09 07:43:54 UTC

[struts] branch struts-2-5-x updated (45161e8 -> 3653f6e)

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 45161e8  [maven-release-plugin] prepare for next development iteration
     add 87fa5bd  Address dev<Mode log flooding concern raised by Greg Huber in the Struts Dev List review of 2.5.19. - Introduce a static count-limiter for the devMode set warning in OgnlValueStack.  Limit warnings to 250 total, after which it switches to trace level logs to avoid log flooding.
     add 17fe42c  Update revision after comments by A. Mashchenko and S. Peters.
     add 5a2323a  Update after comments by Y. Zamani and L. Lenart - Reverted the 6 modified files back to 2.5.19 baseline. - Removed most of the logging added in PR#291. - Left the added logging for the setExcludedPatterns and setAcceptedPatterns methods in their respective modules.   L. Lenart's comment indicated their benefit outweighs overhead (not something that changes often).   Made the if-else blocks consistent with preferred styling for the log blocks. - Removed a dangling "/**"  [...]
     new 3653f6e  Merge pull request #309 from JCgH4164838Gh792C124B5/localS2_25x_B1

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:
 .../main/java/com/opensymphony/xwork2/ognl/OgnlUtil.java    | 13 -------------
 .../java/com/opensymphony/xwork2/ognl/OgnlValueStack.java   |  6 ------
 .../com/opensymphony/xwork2/ognl/OgnlValueStackFactory.java |  4 ----
 .../xwork2/ognl/accessor/CompoundRootAccessor.java          |  4 ----
 .../xwork2/security/DefaultAcceptedPatternsChecker.java     |  3 +--
 .../xwork2/security/DefaultExcludedPatternsChecker.java     |  9 ++-------
 6 files changed, 3 insertions(+), 36 deletions(-)


[struts] 01/01: Merge pull request #309 from JCgH4164838Gh792C124B5/localS2_25x_B1

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 3653f6e9e14d921222c707172f9d128995d489b0
Merge: 45161e8 5a2323a
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Wed Jan 9 08:43:49 2019 +0100

    Merge pull request #309 from JCgH4164838Gh792C124B5/localS2_25x_B1
    
    Address devMode log flooding concern raised by Greg Huber (on Dev List)

 .../main/java/com/opensymphony/xwork2/ognl/OgnlUtil.java    | 13 -------------
 .../java/com/opensymphony/xwork2/ognl/OgnlValueStack.java   |  6 ------
 .../com/opensymphony/xwork2/ognl/OgnlValueStackFactory.java |  4 ----
 .../xwork2/ognl/accessor/CompoundRootAccessor.java          |  4 ----
 .../xwork2/security/DefaultAcceptedPatternsChecker.java     |  3 +--
 .../xwork2/security/DefaultExcludedPatternsChecker.java     |  9 ++-------
 6 files changed, 3 insertions(+), 36 deletions(-)