-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216222 | 13 | Magnus Ihse Bursie | P3 | Resolved | Fixed | team |
JDK-8261825 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b05 |
JDK-8261901 | 11.0.11 | Magnus Ihse Bursie | P3 | Resolved | Fixed | b04 |
The top level index file is primarily a redirect file, and is never seen directly.
However, it shows up in reports as not having a <title> element and <body> element, which makes it illegal HTML, and not having a copyright line.
build/linux-x86_64-server-release/images/docs/index.html:1:108: Warning: discarding unexpected </html>
build/linux-x86_64-server-release/images/docs/index.html:1:34: Warning: inserting missing 'title' element
At a minimum, the file should have a <title> and <body>. It would be better if it also had a basic copyright line as well.
However, it shows up in reports as not having a <title> element and <body> element, which makes it illegal HTML, and not having a copyright line.
build/linux-x86_64-server-release/images/docs/index.html:1:108: Warning: discarding unexpected </html>
build/linux-x86_64-server-release/images/docs/index.html:1:34: Warning: inserting missing 'title' element
At a minimum, the file should have a <title> and <body>. It would be better if it also had a basic copyright line as well.
- backported by
-
JDK-8216222 docs/index.html has no title or copyright
- Resolved
-
JDK-8261825 docs/index.html has no title or copyright
- Resolved
-
JDK-8261901 docs/index.html has no title or copyright
- Resolved