reta commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1448133250
##########
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/HttpUtils.java:
##########
@@ -475,6 +475,9 @@ public static String getProtocolHeader(Message m, String
name, String defaultVal
public static String getBaseAddress(Message m) {
String endpointAddress = getEndpointAddress(m);
+ if (endpointAddress.startsWith("ws")) {
Review Comment:
Curios why we substitute `ws` with `http`? I believe the call will fail
(plus we also could have `wss://`)
--
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]