mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8207768: Improve exception messages during manifest parsing of jar archives
Reviewed-by: clanger, mullan, weijun
This commit is contained in:
parent
19ca9280a6
commit
be56cc5bf3
6 changed files with 151 additions and 52 deletions
|
@ -1081,7 +1081,10 @@ jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep
|
|||
# java.nio.channels package will contain enhanced exception
|
||||
# message information
|
||||
#
|
||||
# jar - enables more detailed information in the IOExceptions thrown
|
||||
# by classes in the java.util.jar package
|
||||
#
|
||||
# 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,jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue