On 20/07/2018 12:38, Chris Hegarty wrote:
JDK-8204233 added a new security property, `jdk.net.includeInExceptions`,
to include additional, potentially security sensitive, information in
exception detail messages in the networking area. The property accepts a
comma separated list of values that specifies the particular type of
extra detail information to add.
:
Full webrev:
http://cr.openjdk.java.net/~chegar/8207846/webrev.00/
This looks good. For the follow-on jarPath then I think we should look
at moving the parsing to somewhere in java.base so that it can be used
by other code in the module.
-Alan