RFR [12] 8211902: broken link in java.net.http.WebSocket.Builder

Chris Hegarty chris.hegarty at oracle.com
Tue Oct 9 11:03:41 UTC 2018


Trivially, this link should refer to HttpClient, rather than HttpRequest.

--- a/src/java.net.http/share/classes/java/net/http/WebSocket.java
+++ b/src/java.net.http/share/classes/java/net/http/WebSocket.java
@@ -197,7 +197,7 @@
          * <li> {@link SecurityException} -
          *          if a security manager has been installed and it denies
          *          {@link java.net.URLPermission access} to {@code uri}.
-         *          <a href="HttpRequest.html#securitychecks">Security checks</a>
+         *          <a href="HttpClient.html#securitychecks">Security checks</a>
          *          contains more information relating to the security context
          *          in which the the listener is invoked.
          * <li> {@link IllegalArgumentException} -

-Chris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20181009/4e0e4ec7/attachment.html>


More information about the net-dev mailing list