ffang commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1452785886


##########
rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.java:
##########
@@ -456,10 +459,23 @@ public synchronized void addServant(URL url, 
JettyHTTPHandler handler) {
                             //then it need be on top of JettyHTTPHandler
                             //set JettyHTTPHandler as inner handler if
                             //inner handler is null
-                            ((SecurityHandler)h).setHandler(handler);
+                            //((SecurityHandler)h).setHandler(handler);

Review Comment:
   this isn't needed, a new commit removed it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to