reta commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1451022086
##########
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:
It is commented out accidentally or not needed?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]