JDK 9 RFR of JDK-8039854: Broken link in java.lang.RuntimePermission
joe darcy
joe.darcy at oracle.com
Thu Sep 8 18:16:18 UTC 2016
Hello,
Please review the patch below to address
JDK-8039854: Broken link in java.lang.RuntimePermission
Two broken links are replaced by a live link to the deployment guide.
Thanks,
-Joe
--- a/src/java.base/share/classes/java/lang/RuntimePermission.java Thu
Sep 08 16:16:44 2016 +0100
+++ b/src/java.base/share/classes/java/lang/RuntimePermission.java Thu
Sep 08 10:35:10 2016 -0700
@@ -323,11 +323,9 @@
* <td>usePolicy</td>
* <td>Granting this permission disables the Java Plug-In's default
* security prompting behavior.</td>
- * <td>For more information, refer to Java Plug-In's guides, <a href=
- * "../../../technotes/guides/plugin/developer_guide/security.html">
- * Applet Security Basics</a> and <a href=
- * "../../../technotes/guides/plugin/developer_guide/rsa_how.html#use">
- * usePolicy Permission</a>.</td>
+ * <td>For more information, refer to the <a href=
+ * "../../../technotes/guides/deploy/index.html">deployment guide</a>.
+ * </td>
* </tr>
* <tr>
* <td>manageProcess</td>
More information about the security-dev
mailing list