Description
This is probably to do with the runtime using httpRequest.getServerName() which likely records the initial local access and hence returns "localhost".
I think we need to check if "localhost" is returned, if yes then actually at the host name in the request URI, if that is not 'localhost' then do use that name
Attachments
Issue Links
- duplicates
-
CXF-5068 Getting a cached base url from UriInfo object
- Closed