-
Sub-task
-
Resolution: Delivered
-
P4
-
9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8154234 | 9 | Vyom Tewari | P4 | Closed | Fixed | b125 |
The `netdoc` protocol handler has been removed in JDK 9. Code that attempts to construct a `java.net.URL` with the `netdoc` protocol, for example "netdoc:http://foo.com/index.html" will throw a `MalformedURLException`.
The `netdoc` protocol was used to point to network documents either on the local file system or externally through an HTTP URL. This capability is essentially defunct and is not supported by Safari, Firefox, and other major browsers.
The `netdoc` protocol was used to point to network documents either on the local file system or externally through an HTTP URL. This capability is essentially defunct and is not supported by Safari, Firefox, and other major browsers.
- backported by
-
JDK-8154234 Remove netdoc URL protocol Handler
-
- Closed
-