JDK-8042053 : Broken links to jarsigner and keytool docs in java.security package summary
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-04-28
  • Updated: 2016-06-13
  • Resolved: 2014-07-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u40Fixed 9 b22Fixed
Description
Link checker reports: 
Parent url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/api/java/security/compact1-package-summary.html
Child url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/technotes/tools/solaris/keytool.html
Error at line 802, column 7, Message: URLError: <urlopen error [Errno 2] No such file or directory

Parent url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/api/java/security/compact1-package-summary.html
Child url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/technotes/tools/solaris/jarsigner.html
Error at line 809, column 7, Message: URLError: <urlopen error [Errno 2] No such file or directory

Parent url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/api/java/security/compact3-package-summary.html
Child url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/technotes/tools/solaris/keytool.html
Error at line 802, column 7, Message: URLError: <urlopen error [Errno 2] No such file or directory

Parent url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/api/java/security/compact3-package-summary.html
Child url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/technotes/tools/solaris/jarsigner.html
Error at line 809, column 7, Message: URLError: <urlopen error [Errno 2] No such file or directory

Parent url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/api/java/security/compact2-package-summary.html
Child url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/technotes/tools/solaris/keytool.html
Error at line 802, column 7, Message: URLError: <urlopen error [Errno 2] No such file or directory

Parent url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/api/java/security/compact2-package-summary.html
Child url: file:///var/lib/hudson/jobs/JavadocBrokenLinks/workspace/docs/technotes/tools/solaris/jarsigner.html
Error at line 809, column 7, Message: URLError: <urlopen error [Errno 2] No such file or directory
Comments
The fix for the broken links should be made in the jdk/src/share/classes/java/security/package-info.java file. The current links point to {@docRoot}/../technotes/tools/solaris/jarsigner.html and {@docRoot}/../technotes/tools/solaris/keytool.html. "solaris" should be "unix".
30-06-2014

I believe that the page http://download.java.net/jdk9/docs/api/java/security/compact1-package-summary.html contains a broken link to the keytool and jarsigner documentation. For keytool: http://download.java.net/jdk9/docs/technotes/tools/unix/keytool.html http://download.java.net/jdk9/docs/technotes/tools/windows/keytool.html jarsigner: http://download.java.net/jdk9/docs/technotes/tools/unix/jarsigner.html http://download.java.net/jdk9/docs/technotes/tools/windows/jarsigner.html
30-06-2014