changeset 904:3381129e3ae2

PR1676: Add useLegacyMergeSort to JNLP properties 2014-03-03 Omair Majid <omajid@redhat.com> PR1676 * netx/net/sourceforge/jnlp/SecurityDesc.java: Add permission to read/write useLegacyMergeSort.
author Omair Majid <omajid@redhat.com>
date Mon, 03 Mar 2014 12:21:19 -0500
parents 61bfad46e9cc
children 07d7757eda0c
files ChangeLog netx/net/sourceforge/jnlp/SecurityDesc.java
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 03 11:36:14 2014 -0500
+++ b/ChangeLog	Mon Mar 03 12:21:19 2014 -0500
@@ -1,3 +1,9 @@
+2014-03-03  Omair Majid  <omajid@redhat.com>
+
+	PR1676
+	* netx/net/sourceforge/jnlp/SecurityDesc.java: Add permission to
+	read/write useLegacyMergeSort.
+
 2014-03-03  Andrew Azores  <aazores@redhat.com>
 
 	UnsignedAppletTrustWarningPanel logic moved into new abstract parent class
--- a/netx/net/sourceforge/jnlp/SecurityDesc.java	Mon Mar 03 11:36:14 2014 -0500
+++ b/netx/net/sourceforge/jnlp/SecurityDesc.java	Mon Mar 03 12:21:19 2014 -0500
@@ -88,6 +88,7 @@
     private static Permission sandboxPermissions[] = {
             new SocketPermission("localhost:1024-", "listen"),
             // new SocketPermission("<DownloadHost>", "connect, accept"), // added by code
+            new PropertyPermission("java.util.Arrays.useLegacyMergeSort", "read,write"),
             new PropertyPermission("java.version", "read"),
             new PropertyPermission("java.vendor", "read"),
             new PropertyPermission("java.vendor.url", "read"),