This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 9338d15 CXF-8619 Prevent double URL-decoding for form parameters
where the pa… (#878)
new f1d0968 CXF-8620: AbstractHTTPServlet should support HTTP TRACE
method dispatching if it is allowed by underlying container (#879)
new d847ac1 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 | 3 ++
.../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 ++++++++++++++++++++++
.../netty/AbstractNettyClientServerHttp2Test.java | 38 +++++++++++++---
.../apache/cxf/systest/http2/netty/BookStore.java | 12 +++++
.../cxf/systest/http2/netty/Http2TestClient.java | 4 ++
9 files changed, 125 insertions(+), 10 deletions(-)
copy
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/ext/{DefaultMethod.java =>
TRACE.java} (88%)