This is an automated email from the ASF dual-hosted git repository. amashchenko pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git.
from f4d7dbe [maven-release-plugin] prepare for next development iteration add 567fae9 WW-4971 Fix broken s:includes for non-UTF8 content. The low-risk fix retains existing behaviour by default, but provides a configuration flag users can set (to true) in order to enable usage of response (page) encoding for s:include tags. A WARN level log output is also generated for failed FastByteArrayOutputStream decoding (can be suppressed by log configuration). add 7bca982 Fix typos and whitespace (on top of WW-4971 Fix broken s:includes for non-UTF8 content). new 8293add Merge pull request #257 from JCgH4164838Gh792C124B5/localS2_2_5_x_Branch 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: .../java/org/apache/struts2/StrutsConstants.java | 65 +++++++++++----------- .../org/apache/struts2/components/Include.java | 36 +++++++++--- .../struts2/util/FastByteArrayOutputStream.java | 24 ++++++-- .../apache/struts2/views/jsp/IncludeTagTest.java | 60 +++++++++++++++++++- 4 files changed, 138 insertions(+), 47 deletions(-)