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

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 00176dfb14 Fix OSGi's HttpServiceTest integration tests
00176dfb14 is described below

commit 00176dfb14b9c60ce7f8816e9a5a69a60080e2f4
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Oct 12 19:41:42 2023 -0400

    Fix OSGi's HttpServiceTest integration tests
---
 .../java/org/apache/cxf/transport/http_jetty/JettyContextHandler.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyContextHandler.java
 
b/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyContextHandler.java
index 94e96bce85..0ed2e0f4b3 100644
--- 
a/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyContextHandler.java
+++ 
b/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyContextHandler.java
@@ -26,7 +26,7 @@ import org.eclipse.jetty.server.handler.ContextHandler;
  */
 class JettyContextHandler extends ContextHandler {
     JettyContextHandler() {
-        super(null, null, null);
+        super(null, null);
         _scontext = new JettyContext();
     }
 

Reply via email to