We could use InetAddress.getLocalHost().getCanonicalHostName() to get just
the IP, which I feel is good enough; a quick and dirty interceptor could be
built that substitutes certain names for their matching IP
('SubstitutionInterceptor'?) which would then work well with any other
header-replacement needs someone would need.- Connor On Fri, Jan 18, 2013 at 1:33 AM, Denny Ye <[email protected]> wrote: > hi all, HostInterceptor obtains loopback address if there hasn't configure > for local server at /etc/hosts. Can we change the acquire method for local > IP. Currently, we are using 'InetAddress.getLocalHost().getHostAddress()' >
