JDK 9 RFR of JDK-8039854: Broken link in java.lang.RuntimePermission

Sean Mullan sean.mullan at oracle.com
Thu Sep 8 19:55:24 UTC 2016


Actually, I don't really think this permission target belongs in 
RuntimePermission since it is specific to Oracle's Java Plugin. I would 
be in favor of removing it and only documenting it in the deployment guides.

--Sean

On 09/08/2016 02:17 PM, Lance Andersen wrote:
> all good Joe
>> On Sep 8, 2016, at 2:16 PM, joe darcy <joe.darcy at oracle.com
>> <mailto:joe.darcy at oracle.com>> wrote:
>>
>> 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>
>>
>
> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
> <http://oracle.com/us/design/oracle-email-sig-198324.gif><http://oracle.com/us/design/oracle-email-sig-198324.gif>
> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen|
> Principal Member of Technical Staff | +1.781.442.2037
> Oracle Java Engineering
> 1 Network Drive
> Burlington, MA 01803
> Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>
>
>
>


More information about the core-libs-dev mailing list