< prev index next >

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

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

@@ -1079,9 +1079,12 @@
 #
 #  hostInfo - IOExceptions thrown by java.net.Socket and the socket types in the
 #             java.nio.channels package will contain enhanced exception
 #             message information
 #
+#  jarPath - enables more detailed information in the IOExceptions thrown
+#            by java.util.jar.Attributes, java.util.jar.JarFile and java.util.jar.Manifest
+#
 # The property setting in this file can be overridden by a system property of
 # the same name, with the same syntax and possible values.
 #
-#jdk.includeInExceptions=hostInfo
+#jdk.includeInExceptions=hostInfo,jarPath
< prev index next >