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 8294f28a3a Update Spring to 5.2.21.RELEASE
add f658e9680d CXF-8688: Accomodate some RFC 3986 checks to filter out
invalid URIs (#935)
add 785ceaaa80 Recording .gitmergeinfo Changes
No new revisions were added by this update.
Summary of changes:
.gitmergeinfo | 3 +
.../apache/cxf/jaxrs/impl/Rfc3986UriValidator.java | 70 ++++++++++++++++++++++
.../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java | 8 ++-
.../java/org/apache/cxf/jaxrs/utils/HttpUtils.java | 6 ++
.../apache/cxf/jaxrs/impl/LinkBuilderImplTest.java | 7 +++
.../apache/cxf/jaxrs/impl/UriBuilderImplTest.java | 8 +++
6 files changed, 101 insertions(+), 1 deletion(-)
create mode 100644
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/Rfc3986UriValidator.java