8207846: Generalize the jdk.net.includeInExceptions security property

Reviewed-by: alanb, michaelm, rriggs, mullan
This commit is contained in:
Chris Hegarty 2018-07-25 10:08:39 +01:00
parent eec8b3b9a8
commit 1b1355c222
3 changed files with 59 additions and 27 deletions

View file

@ -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();