6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files
authorvinnie
Tue, 02 Nov 2010 15:04:13 +0000
changeset 7047 38b1365f95b2
parent 7046 b3c01990cd1d
child 7048 90f459535526
child 7164 f0262c6da2d1
child 7168 2133c705b3a3
6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files Reviewed-by: mullan
jdk/src/share/lib/security/java.security-solaris
jdk/src/share/lib/security/java.security-windows
--- a/jdk/src/share/lib/security/java.security-solaris	Tue Nov 02 10:15:06 2010 +0000
+++ b/jdk/src/share/lib/security/java.security-solaris	Tue Nov 02 15:04:13 2010 +0000
@@ -119,11 +119,6 @@
 keystore.type=jks
 
 #
-# Class to instantiate as the system scope:
-#
-system.scope=sun.security.provider.IdentityDatabase
-
-#
 # List of comma-separated packages that start with or equal this string
 # will cause a security exception to be thrown when
 # passed to checkPackageAccess unless the
@@ -379,4 +374,4 @@
 #
 # Example:
 #   jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048
-
+i
--- a/jdk/src/share/lib/security/java.security-windows	Tue Nov 02 10:15:06 2010 +0000
+++ b/jdk/src/share/lib/security/java.security-windows	Tue Nov 02 15:04:13 2010 +0000
@@ -119,11 +119,6 @@
 keystore.type=jks
 
 #
-# Class to instantiate as the system scope:
-#
-system.scope=sun.security.provider.IdentityDatabase
-
-#
 # List of comma-separated packages that start with or equal this string
 # will cause a security exception to be thrown when
 # passed to checkPackageAccess unless the