< prev index next >

src/java.base/share/conf/security/java.security

Print this page
rev 51096 : 8205525: Improve exception messages during manifest parsing of jar archives


1055 # the security property value defined here.
1056 #
1057 # The filter pattern uses the same format as jdk.serialFilter. The default
1058 # pattern allows java.lang.Enum, java.security.KeyRep, java.security.KeyRep$Type,
1059 # and javax.crypto.spec.SecretKeySpec and rejects all the others.
1060 jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep;\
1061   java.base/java.security.KeyRep$Type;java.base/javax.crypto.spec.SecretKeySpec;!*
1062 
1063 #
1064 # Enhanced exception message text
1065 #
1066 # By default, socket exception messages do not include potentially sensitive
1067 # information such as hostnames or port numbers. This property may be set to one
1068 # or more values, separated by commas, and with no white-space. Each value
1069 # represents a category of enhanced information. Currently, the only category defined
1070 # is "hostInfo" which enables more detailed information in the IOExceptions
1071 # thrown by java.net.Socket and also the socket types in the java.nio.channels package.
1072 # The setting in this file can be overridden by a system property of the same name
1073 # and with the same syntax and possible values.
1074 #jdk.net.includeInExceptions=hostInfo















1055 # the security property value defined here.
1056 #
1057 # The filter pattern uses the same format as jdk.serialFilter. The default
1058 # pattern allows java.lang.Enum, java.security.KeyRep, java.security.KeyRep$Type,
1059 # and javax.crypto.spec.SecretKeySpec and rejects all the others.
1060 jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep;\
1061   java.base/java.security.KeyRep$Type;java.base/javax.crypto.spec.SecretKeySpec;!*
1062 
1063 #
1064 # Enhanced exception message text
1065 #
1066 # By default, socket exception messages do not include potentially sensitive
1067 # information such as hostnames or port numbers. This property may be set to one
1068 # or more values, separated by commas, and with no white-space. Each value
1069 # represents a category of enhanced information. Currently, the only category defined
1070 # is "hostInfo" which enables more detailed information in the IOExceptions
1071 # thrown by java.net.Socket and also the socket types in the java.nio.channels package.
1072 # The setting in this file can be overridden by a system property of the same name
1073 # and with the same syntax and possible values.
1074 #jdk.net.includeInExceptions=hostInfo
1075 
1076 # Enhanced exception message texts for manifest parsing of jar archives
1077 #
1078 # By default, IO exception messages do not include potentially sensitive
1079 # information such as jar paths. This property may be set to one
1080 # or more values, separated by commas, and with no white-space. Each value
1081 # represents a category of enhanced information. Currently, the only category defined
1082 # is "jarpath" which enables more detailed information in the IOExceptions
1083 # thrown by java.util.jar.Attributes  and java.util.jar.Manifest.
1084 # The setting in this file can be overridden by a system property of the same name
1085 # and with the same syntax and possible values.
1086 #jdk.includeInExceptions=jarpath
1087 
< prev index next >