Details
-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b29
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289243 | 20 | Jaikiran Pai | P3 | Resolved | Fixed | b04 |
JDK-8291340 | 19.0.2 | Jaikiran Pai | P3 | Resolved | Fixed | b01 |
JDK-8291150 | 19.0.1 | Jaikiran Pai | P3 | Resolved | Fixed | b04 |
Description
From doccheck:
api/jdk.httpserver/com/sun/net/httpserver/SimpleFileServer.html:109: id not found: api/jdk.httpserver/com/sun/net/httpserver/SimpleFileServer.html#server-impl
Here's the relevant source code:
* A simple HTTP file server and its components (intended for testing,
* development and debugging purposes only).
*
* <p> A <a href="#server-impl">simple file server</a> is composed of three
* components:
It's not clear whether the <a> element is an undefined reference or was intended as a definition, in which case it should be `<span id=...>`
api/jdk.httpserver/com/sun/net/httpserver/SimpleFileServer.html:109: id not found: api/jdk.httpserver/com/sun/net/httpserver/SimpleFileServer.html#server-impl
Here's the relevant source code:
* A simple HTTP file server and its components (intended for testing,
* development and debugging purposes only).
*
* <p> A <a href="#server-impl">simple file server</a> is composed of three
* components:
It's not clear whether the <a> element is an undefined reference or was intended as a definition, in which case it should be `<span id=...>`
Attachments
Issue Links
- backported by
-
JDK-8289243 broken link in com.sun.net.httpserver.SimpleFileServer
- Resolved
-
JDK-8291150 broken link in com.sun.net.httpserver.SimpleFileServer
- Resolved
-
JDK-8291340 broken link in com.sun.net.httpserver.SimpleFileServer
- Resolved