You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2018/10/09 00:23:54 UTC

[cxf] 01/01: Merge pull request #453 from andymc12/7860-reprocessFormParams

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

amccright pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0c88b66fd6322884b1110820ebf2b603ae1f4edc
Merge: 2582777 1bf8bb9
Author: Andy McCright <j....@gmail.com>
AuthorDate: Mon Oct 8 19:23:48 2018 -0500

    Merge pull request #453 from andymc12/7860-reprocessFormParams
    
    CXF-7860: Ensure @FormParam parms are consistent with Form entities

 .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java     | 123 +++++++++++++--------
 .../cxf/systest/jaxrs/form/FormBehaviorTest.java   |  84 ++++++++++++++
 .../systest/jaxrs/form/FormReaderInterceptor.java  |  52 +++++++++
 .../cxf/systest/jaxrs/form/FormResource.java       |  45 ++++++++
 4 files changed, 258 insertions(+), 46 deletions(-)