This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 8a75a4fcd81 Other checkstyle fix
new a2f43e5c475 Add limit to the maximum number of attachment headers to
be collected (#3159)
new d061d648cda Introduce default value for maxFormParameterCount (#3177)
new 35d62a6d4a3 Add sensible default value to attachment-max-size property
(#3188)
The 3 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:
.../cxf/attachment/AttachmentDeserializer.java | 118 ++------------
.../cxf/attachment/AttachmentDeserializerUtil.java | 181 +++++++++++++++++++++
.../org/apache/cxf/attachment/AttachmentUtil.java | 33 ++--
.../cxf/attachment/AttachmentDeserializerTest.java | 45 +++++
.../java/org/apache/cxf/jaxrs/utils/FormUtils.java | 9 +-
.../jaxrs/provider/FormEncodingProviderTest.java | 49 ++++++
.../org/apache/cxf/jaxrs/utils/FormUtilsTest.java | 103 +++++++++---
7 files changed, 397 insertions(+), 141 deletions(-)
create mode 100644
core/src/main/java/org/apache/cxf/attachment/AttachmentDeserializerUtil.java