History log of /openjdk9/jdk/test/java/net/HttpURLConnection/SetAuthenticator/HTTPTestServer.java
Revision Date Author Comments
# 16608:0f297e75d32d 03-Feb-2017 dfuchs

8173315: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java fails intermittently
Summary: Ensure that each test case creates a new server with a new local port number to preserve test isolation.
Reviewed-by: michaelm


# 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