reta commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1451025312
##########
rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/undertow/WebSocketUndertowServletRequest.java:
##########
@@ -570,14 +571,31 @@ public <T extends HttpUpgradeHandler> T upgrade(Class<T>
arg0) throws IOExceptio
throw new UnsupportedOperationException();
}
- @Override
+
public String getRealPath(String path) {
return path;
}
- @Override
+
public boolean isRequestedSessionIdFromUrl() {
LOG.log(Level.FINE, "isRequestedSessionIdFromUrl");
return false;
}
+
+ public String getRequestId() {
+ // TODO Auto-generated method stub
Review Comment:
Same, let's get rid of this comments please
--
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]