mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8207846: Generalize the jdk.net.includeInExceptions security property
Reviewed-by: alanb, michaelm, rriggs, mullan
This commit is contained in:
parent
eec8b3b9a8
commit
1b1355c222
3 changed files with 59 additions and 27 deletions
|
@ -44,7 +44,7 @@ public final class SocketExceptions {
|
|||
* The property value is a comma separated list of
|
||||
* case insignificant category names.
|
||||
*/
|
||||
private static final String enhancedTextPropname = "jdk.net.includeInExceptions";
|
||||
private static final String enhancedTextPropname = "jdk.includeInExceptions";
|
||||
|
||||
private static final boolean enhancedExceptionText = initTextProp();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue