You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2021/12/02 15:22:28 UTC

[tomee] branch master updated (032b6be -> 4e3af7e)

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from 032b6be  Merge pull request #806 from jgallimore/form-filter-test
     new 055bb7f  Patch double-decode issue
     new a883b2f  TOMEE-3818 port patch from CXF
     new 4e3af7e  Merge pull request #807 from jgallimore/form-filter-test

The 13947 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:
 .../tests/jaxrs/form/FormSubmissionTest.java       |   2 +-
 .../java/org/apache/cxf/jaxrs/utils/FormUtils.java | 294 +++++++++++++++++++++
 .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java     |   2 +-
 pom.xml                                            |   2 +-
 4 files changed, 297 insertions(+), 3 deletions(-)
 create mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/jaxrs/utils/FormUtils.java