Community
Participate
Working Groups
Build Identifier: 7.5.4 The com.sun.xml.internal.ws.transport.http.server.WSHttpHandler uses the HttpsExchange class to determine the protocol, http/https, for the request address. This address is used in the wsdl generation. Reproducible: Always Steps to Reproduce: 1. Create and setup a jetty server with ssl connector only 2. Create and publish ws endpoints 3. Request the wsdl (https://localhost:8443/WS?wsdl) 4. All urls starts with http
I have a fix for this problem. I just need to test it a little more before submitting the patch.
Created attachment 208250 [details] Implementation of HttpsExchange support
this commit isn't applying at all for some reason I applied without the commit and it seems to have worked so I'll commit thanks for the report + patch!