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/09/23 06:54:08 UTC

[struts] branch struts-2-5-x updated (632f19e -> 12d4fea)

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 632f19e  WW-5038 Upgrades jackson-databind to version 2.9.9.3 plus upgrades jackson-core to 2.9.9
     new 220896a  Improved logging for DefaultDispatcherErrorHandler and DefaultStaticContentLoader.
     new fcbd29b  Changed the log outputs in this PR to utilize log4j2 {} notation (as per  suggestion by A. Mashchenko and L. Lenart) Changed the log outputs in this PR from info level to warn level (as per  suggestion by L. Lenart). Note: The info level was originally chosen to make it easier to filter out in the very unlikely case of log flood.
     new 73809ea  Changed the styling of log outputs (as suggested by A. Mashchenko). Changed the log outputs to output full stacktraces (as suggested by A. Mashchenko and L. Lenart). Updated existing DefaultStaticContentLoaderTest and created a new DefaultDispatcherErrorHandlerTest to supply tests that exercise the new code paths and demonstrate expected logging.
     new 12d4fea  Merge pull request #366 from JCgH4164838Gh792C124B5/local_25x_SendErrorEnh

The 5417 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:
 .../dispatcher/DefaultDispatcherErrorHandler.java  |   8 ++
 .../dispatcher/DefaultStaticContentLoader.java     |  10 +-
 .../DefaultDispatcherErrorHandlerTest.java         | 138 +++++++++++++++++++++
 .../dispatcher/DefaultStaticContentLoaderTest.java |  62 +++++++++
 4 files changed, 217 insertions(+), 1 deletion(-)
 create mode 100644 core/src/test/java/org/apache/struts2/dispatcher/DefaultDispatcherErrorHandlerTest.java