JDK-7068595 : html files in class-use dir do not get loaded correctly when Frames link is clicked
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-07-19
  • Updated: 2014-05-05
  • Resolved: 2012-03-01
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 7 JDK 8
7u4 teamFixed 8Fixed
Description
Steps to reproduce: 
1. Go to any html file in class-use dir in apidocs dir. Page opens with no frames.eg:api/java/util/class-use/Arrays.html  
2. Click on the Frames link.
3. Page is reloaded with three frames but the right side frame does not show the html page (Arrays.html)
 
Issue: Placement of one '/' is incorrect. 
The original link api/java/util/class-use/Arrays.html changes to api/index.html?java/util//class-useArrays.html. 

Issue is reproducible for JDK6/JDK7 api docs and for html files in class-use dir.

Comments
EVALUATION The URL separator is not generated correctly when changing to frames structure.
03-11-2011