ffang commented on code in PR #1633: URL: https://github.com/apache/cxf/pull/1633#discussion_r1452786522
########## 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: a new commit addressed 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