mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-28 05:39:07 +00:00
HTTPCLIENT-1779: [OSGi] support NTLM proxy authentication
- cleanup - align filename spelling git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1763278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ca80b650e
commit
cee2500491
@ -43,7 +43,7 @@
|
||||
import static org.hamcrest.CoreMatchers.instanceOf;
|
||||
import static org.junit.Assert.assertThat;
|
||||
|
||||
public class OsgiCredentialsProviderTest {
|
||||
public class OSGiCredentialsProviderTest {
|
||||
|
||||
private static final String HOST = "proxy.example.org";
|
||||
|
||||
@ -51,9 +51,6 @@ public class OsgiCredentialsProviderTest {
|
||||
|
||||
private static final HttpContext HTTP_CONTEXT = new BasicHttpContext();
|
||||
|
||||
|
||||
private final ProxyConfiguration proxyConfigWithDomain = proxy("DOMAIN\\user", "secret");
|
||||
|
||||
@Test
|
||||
public void basicAuthentication() {
|
||||
final CredentialsProvider provider = credentialsProvider(proxy("user", "secret"));
|
Loading…
x
Reference in New Issue
Block a user