History log of /openjdk10/jdk/test/java/net/HttpURLConnection/SetAuthenticator/HTTPTestClient.java
Revision Date Author Comments
# 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