This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from b13e785 not miss container provided fileUrl and ... add 5e195c1 - Introduce a basic FastByteArrayOutputStreamTest test (demonstrates log warn condition). - Minor improvement in SecurityMemberAccess restore method. - Changes to allow EnvsValueSubstitutorTest and XmlConfigurationProviderEnvsSubstitutionTest to succeed on Windows as well as Linux/Unix. - Changes to xwork-test-envs-substitution.xml to add Windows-style properties. add 70011a3 - Whitespace fix for FastByteArrayOutputStreamTest. new d105dfb Merge pull request #261 from JCgH4164838Gh792C124B5/localS2Branch 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: .../xwork2/ognl/SecurityMemberAccess.java | 12 +- .../config/providers/EnvsValueSubstitutorTest.java | 38 +++- ...lConfigurationProviderEnvsSubstitutionTest.java | 37 +++- .../util/FastByteArrayOutputStreamTest.java | 238 +++++++++++++++++++++ .../providers/xwork-test-envs-substitution.xml | 8 + 5 files changed, 322 insertions(+), 11 deletions(-) create mode 100644 core/src/test/java/org/apache/struts2/util/FastByteArrayOutputStreamTest.java