@Overrides
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1023981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15c154c8ac
commit
e4d6204517
|
@ -144,6 +144,7 @@ public class NegotiateScheme extends AuthSchemeBase {
|
|||
*
|
||||
* @return an Negotiate authorisation Header
|
||||
*/
|
||||
@Override
|
||||
public Header authenticate(
|
||||
final Credentials credentials,
|
||||
final HttpRequest request,
|
||||
|
|
|
@ -53,6 +53,7 @@ import org.junit.Test;
|
|||
|
||||
public class TestIdleConnectionEviction extends ServerTestBase {
|
||||
|
||||
@Override
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
this.localServer = new LocalTestServer(null, null);
|
||||
|
|
Loading…
Reference in New Issue