jdk/src/java.base/share/conf/security/java.security
changeset 28243 47080f9ae750
parent 27565 729f9700483a
child 28555 c7bf34f7b215
--- a/jdk/src/java.base/share/conf/security/java.security	Tue Dec 23 15:10:15 2014 +0000
+++ b/jdk/src/java.base/share/conf/security/java.security	Tue Dec 23 16:30:57 2014 +0000
@@ -183,7 +183,17 @@
 #
 # Default keystore type.
 #
-keystore.type=jks
+keystore.type=pkcs12
+
+#
+# Controls compatibility mode for JKS and PKCS12 keystore types.
+#
+# When set to 'true', both JKS and PKCS12 keystore types support loading
+# keystore files in either JKS or PKCS12 format. When set to 'false' the
+# JKS keystore type supports loading only JKS keystore files and the PKCS12
+# keystore type supports loading only PKCS12 keystore files.
+#
+keystore.type.compat=true
 
 #
 # List of comma-separated packages that start with or equal this string