You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/10/02 14:40:07 UTC

[cxf] 01/02: Update Jetty to 9.4.44.v20210927 (#859)

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

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

commit 54a009938cfdfac65a04c849cf2268d8be9899b7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 2 09:10:09 2021 -0400

    Update Jetty to 9.4.44.v20210927 (#859)
    
    (cherry picked from commit a2fc449969afa082065b1be644a3af890abcc1db)
---
 parent/pom.xml                                                          | 2 +-
 .../org/apache/cxf/systest/http_jetty/jettyBasicAuthServer.xml          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0929a11..fae66cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -149,7 +149,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.4.1</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
-        <cxf.jetty9.version>9.4.43.v20210629</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>3.1</cxf.jexl.version>
         <cxf.joda.time.version>2.10.10</cxf.joda.time.version>
diff --git a/systests/transports/src/test/resources/org/apache/cxf/systest/http_jetty/jettyBasicAuthServer.xml b/systests/transports/src/test/resources/org/apache/cxf/systest/http_jetty/jettyBasicAuthServer.xml
index cc693e8..5ca3e39 100644
--- a/systests/transports/src/test/resources/org/apache/cxf/systest/http_jetty/jettyBasicAuthServer.xml
+++ b/systests/transports/src/test/resources/org/apache/cxf/systest/http_jetty/jettyBasicAuthServer.xml
@@ -26,6 +26,7 @@
         <httpj:engine port="${testutil.ports.JettyBasicAuthServer}">
             <httpj:handlers>
                 <bean class="org.eclipse.jetty.security.ConstraintSecurityHandler">
+                    <property name="authMethod" value="BASIC"/>
                     <property name="loginService" ref="securityLoginService"/>
                     <property name="constraintMappings">
                         <list>