CXF Gurus, I want to override the endpoint location, but I still want to keep the host and port information. For example if the endpoint location by default is: https://example.com:1234/some/path
I want to change it to: https://example.com:1234/some/other/path I can't find the code where CXF builds the host and port part. Can someone more familiar with the code than me show me where it is? tia, rouble
