RFR: JDK-8262899: TestRedirectLinks fails

2021-03-22 Thread Jonathan Gibbons
Please review a trivial change to fix this test when run behind a firewall with a proxy set. Previously, the test used `InetAddress.getLocalHost` which returns an IP address for the current host. It runs a temporary local web server on that address, but since the address is typically not on th

Re: RFR: JDK-8262899: TestRedirectLinks fails

2021-03-22 Thread Pavel Rappo
On Mon, 22 Mar 2021 22:26:08 GMT, Jonathan Gibbons wrote: > Please review a trivial change to fix this test when run behind a firewall > with a proxy set. > > Previously, the test used `InetAddress.getLocalHost` which returns an IP > address for the current host. It runs a temporary local web

RFR: JDK-8263198: javadoc HELP page

2021-03-22 Thread Jonathan Gibbons
Please review an update to the structure and some of the content of the generated Help page, focussed on the following: * A new section at the top of the Help page headed "Navigation", providing an overview of how to navigate around the docs. * The HELP button in the top navbar for each kind of