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