This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 39e7972 CXF-8619 Prevent double URL-decoding for form parameters
where the pa… (#878)
new 5fdba76 CXF-8620: AbstractHTTPServlet should support HTTP TRACE
method dispatching if it is allowed by underlying container (#879)
new 27e2bdc Recording .gitmergeinfo Changes
The 2 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:
.gitmergeinfo | 15 +++++++
.../jaxrs/ext/{DefaultMethod.java => TRACE.java} | 10 ++---
.../cxf/transport/servlet/AbstractHTTPServlet.java | 6 +++
.../cxf/systest/jaxrs/resources/Library.java | 5 +++
.../cxf/systest/jaxrs/resources/LibraryApi.java | 6 +++
.../systest/jaxrs/spring/boot/SpringJaxrsTest.java | 51 ++++++++++++++++++++++
6 files changed, 88 insertions(+), 5 deletions(-)
copy
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/ext/{DefaultMethod.java =>
TRACE.java} (88%)