On Sat, 2024-06-29 at 13:22 +0000, Gary D. Gregory wrote: > Great debug breakoint, thank you Oleg! > > - On macOS the Commons VFS runs all the way through > - On my local Windows the SingleAuthorityResolver has a URIAuthority > of "host.docker.internal" > - I don't know what GitHub sees > > So I think where the tests hard-code "localhost", I'll have to > replace that with > java.net.InetAddress.getLocalHost().getCanonicalHostName() > > I added SingleAuthorityResolver.toString() to facilitate debugging. >
You can continue using using 'localhost' in tests, just make sure request handlers are registered for 'localhost' as well to make them authoritative. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org