Re: RFR: 8169068: Add a new method: java.net.Authenticator.getDefault()

2016-11-03 Thread Chris Hegarty
: Daniel, On 03/11/16 10:20, Daniel Fuchs wrote: Hi, Please find below a patch for: RFR: 8169068: Add a new method: java.net.Authenticator.getDefault() https://bugs.openjdk.java.net/browse/JDK-8169068 The method implementation itself is trivial. The API documentation is derived from that of

Re: RFR: 8169068: Add a new method: java.net.Authenticator.getDefault()

2016-11-03 Thread Daniel Fuchs
: 8169068: Add a new method: java.net.Authenticator.getDefault() https://bugs.openjdk.java.net/browse/JDK-8169068 The method implementation itself is trivial. The API documentation is derived from that of Authenticator::setDefault The method checks for the existing NetPermission

Re: RFR: 8169068: Add a new method: java.net.Authenticator.getDefault()

2016-11-03 Thread Chris Hegarty
Daniel, On 03/11/16 10:20, Daniel Fuchs wrote: Hi, Please find below a patch for: RFR: 8169068: Add a new method: java.net.Authenticator.getDefault() https://bugs.openjdk.java.net/browse/JDK-8169068 > The method implementation itself is trivial. The API documentation is derived from that

RFR: 8169068: Add a new method: java.net.Authenticator.getDefault()

2016-11-03 Thread Daniel Fuchs
Hi, Please find below a patch for: RFR: 8169068: Add a new method: java.net.Authenticator.getDefault() https://bugs.openjdk.java.net/browse/JDK-8169068 The method implementation itself is trivial. The API documentation is derived from that of Authenticator::setDefault The method checks for