JDK-8181821 : Broken link in javadoc for JSObject.getWindow
  • Type: Bug
  • Component: deploy
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-06-08
  • Updated: 2017-06-24
  • Resolved: 2017-06-15
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 10 JDK 9
10Fixed 9 b175Fixed
Related Reports
Relates :  
Description
Navigate to http://download.java.net/java/jdk9/docs/api/netscape/javascript/JSObject.html#getWindow-java.applet.Applet-

Click on " java.applet package documentation". 404 error will be shown
Comments
Crucible review: https://java.se.oracle.com/code/cru/CR-JDK9CLIENT-2893
15-06-2017

I think you can even remove the "../api/" from that and just use: <a href="../../java/applet/package-summary.html">
13-06-2017

starting from http://download.java.net/java/jdk9/docs/api/netscape/javascript/JSObject.html#getWindow-java.applet.Applet that gets you to: http://download.java.net/api/java/applet/package-summary.html what you need is: http://download.java.net/java/jdk9/docs/api/java/applet/package-summary.html so shouldn't it just be: * <a href="../../../api/java/applet/package-summary.html">
13-06-2017

Looks like the following is the issue: src/jdk.jsobject/share/classes/netscape/javascript/JSObject.java: * <a href="../../../../../../api/java/applet/package-summary.html">
13-06-2017