Hi Naoto, Indeed for the Navy links, inside the proxied network I get a “your connection is not secure” page in Firefox but you indicate this is out of our control. Therefore this looks OK.
Brian > On Nov 29, 2018, at 12:11 PM, naoto.s...@oracle.com wrote: > > Please review the URL fixes to the following issues: > > https://bugs.openjdk.java.net/browse/JDK-8212870 > <https://bugs.openjdk.java.net/browse/JDK-8212870> : Broken links for > www.usno.navy.mil <http://www.usno.navy.mil/> > https://bugs.openjdk.java.net/browse/JDK-8212878 > <https://bugs.openjdk.java.net/browse/JDK-8212878> : host in ftp: link not > found > > The proposed changesets are located at: > > http://cr.openjdk.java.net/~naoto/8212870/webrev.00/ > <http://cr.openjdk.java.net/~naoto/8212870/webrev.00/> > http://cr.openjdk.java.net/~naoto/8212878/webrev.00/ > <http://cr.openjdk.java.net/~naoto/8212878/webrev.00/> > > For the former java.util.Date issue (8212870), it is not actually a broken > link, but the root CA at the website is not validated, thus the browsers will > complain. There's nothing we can do from the javadoc view point to resolve > this. Just replaced the URL protocol to "https" from "http". The latter one > is simply replacing the obsolete ftp URL to the correct one.