History log of /openjdk10/jdk/test/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java
Revision Date Author Comments
# 16607:9c0802c92d6b 01-Feb-2017 skovalev

8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
Reviewed-by: dfuchs


# 16190:bc6c31fd98cf 02-Dec-2016 dfuchs

8169495: Add a method to set an Authenticator on a HttpURLConnection.
Summary: new public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection.
Reviewed-by: chegar