JDK-8222526 : Use of no longer existing jquery directory in script.js
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-04-16
  • Updated: 2019-05-02
  • Resolved: 2019-04-23
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 13
13 b18Fixed
Related Reports
Relates :  
Description
The change for JDK-8221644 did not include the dynamically created script tags in file src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/script.js. 

We have fallback code which will fetch the unzipped index files if loading of zipped files failes, which is why I did not notice this in manual tests. Still not sure how I didn't catch this when grepping through the source code.