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 9f2770b2c Merge pull request #1075 from
apache/feature/WW-5471-deprecate-sitemesh
add 09eb28602 Initial Commit: - Fix for boundary condition bug in
JakartaMultipartRequest that results in a NPE when
struts.multipart.maxStringLength is not explicitly set, and normal fields are
processed along with a file upload. - Additional unit tests for file upload
interceptors to confirm functionality with-or-without max parameters being set
when a file upload is processed alone as well as with normal fields.
new b359da551 Merge pull request #1068 from
JCgH4164838Gh792C124B5/localS2_66_JakartaMulipartRequestFix1
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:
.../multipart/JakartaMultiPartRequest.java | 2 +-
.../ActionFileUploadInterceptorTest.java | 151 +++++++++++++++++
.../interceptor/FileUploadInterceptorTest.java | 181 ++++++++++++++++++++-
3 files changed, 332 insertions(+), 2 deletions(-)