-
Bug
-
Resolution: Fixed
-
P2
-
11
-
None
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205214 | 11.0.1 | Jonathan Gibbons | P2 | Resolved | Fixed | team |
See the discussion beginning here:
http://mail.openjdk.java.net/pipermail/javadoc-dev/2018-June/000514.html
A side-effect ofJDK-8196202 is that there is no longer any need to generate the overview-summary.html file, since the content that it used to contain is now in index.html.
This causes unexpected "404 Not Found" for anyone who has bookmarked the overview-summary.html file.
The proposed solution is to generate a "placeholder" file that is a redirect to index.html.
http://mail.openjdk.java.net/pipermail/javadoc-dev/2018-June/000514.html
A side-effect of
This causes unexpected "404 Not Found" for anyone who has bookmarked the overview-summary.html file.
The proposed solution is to generate a "placeholder" file that is a redirect to index.html.
- backported by
-
JDK-8205214 Add redirect for overview-summary.html
-
- Resolved
-
- relates to
-
JDK-8196202 Javadoc should not generate frames by default
-
- Resolved
-
- links to