Ensure that each test case creates a new server with a new local port number to preserve test isolation. Reviewed-by: michaelm
Reviewed-by: dfuchs
New public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection. Reviewed-by: chegar