Attached. - Dave
-----Original Message----- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 1:44 PM To: HttpClient Project Subject: RE: Authentication retry behavior and NTLM in 3.0 Dave, could you please repeat the whole exercise after having applied the patch to the HttpMethodDirector (attached below)? Oleg On Thu, 2005-03-31 at 13:20 -0500, Dave Seidel wrote: > Here you go. I pulled directly from SVN, and the log showed your check-in > (Revision: 159615). I built it and used it with my app (rebuilt with my > CredentialsProvider workaround backed out). > > - Dave >
2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.methods.GetMethod] - <enter GetMethod(String)> 2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.HttpClient] - <Java version: 1.4.2_07> 2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.HttpClient] - <Java vendor: Sun Microsystems Inc.> 2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.HttpClient] - <Java class path: C:\Program Files\Mindreef\Sputnik 1.0 Pre-Alpha\tomcat\bin\bootstrap.jar> 2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.HttpClient] - <Operating system name: Windows XP> 2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.HttpClient] - <Operating system architecture: x86> 2005-03-31 14:09:31,241 DEBUG [org.apache.commons.httpclient.HttpClient] - <Operating system version: 5.1> 2005-03-31 14:09:31,311 DEBUG [org.apache.commons.httpclient.HttpClient] - <SUN 1.42: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores)> 2005-03-31 14:09:31,311 DEBUG [org.apache.commons.httpclient.HttpClient] - <SunJSSE 1.42: Sun JSSE provider(implements RSA Signatures, PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)> 2005-03-31 14:09:31,311 DEBUG [org.apache.commons.httpclient.HttpClient] - <SunRsaSign 1.42: SUN's provider for RSA signatures> 2005-03-31 14:09:31,311 DEBUG [org.apache.commons.httpclient.HttpClient] - <SunJCE 1.42: SunJCE Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC-MD5, HMAC-SHA1)> 2005-03-31 14:09:31,311 DEBUG [org.apache.commons.httpclient.HttpClient] - <SunJGSS 1.0: Sun (Kerberos v5)> 2005-03-31 14:09:31,922 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.setCredentials(AuthScope, Credentials)> 2005-03-31 14:09:31,952 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.authentication.preemptive = true> 2005-03-31 14:09:31,952 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCookies()> 2005-03-31 14:09:32,433 DEBUG [org.apache.commons.httpclient.HttpClient] - <enter HttpClient.executeMethod(HttpMethod)> 2005-03-31 14:09:32,433 DEBUG [org.apache.commons.httpclient.HttpClient] - <enter HttpClient.executeMethod(HostConfiguration,HttpMethod,HttpState)> 2005-03-31 14:09:33,104 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Preemptively sending default basic credentials> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Host authentication not required> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Selected host authentication scheme: basic> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Host authentication required> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authenticating with BASIC <any realm>@tuna:80> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCredentials(AuthScope)> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.auth.BasicScheme] - <enter BasicScheme.authenticate(Credentials, HttpMethod)> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.params.HttpMethodParams] - <Credential charset not configured, using HTTP element charset> 2005-03-31 14:09:33,825 DEBUG [org.apache.commons.httpclient.auth.BasicScheme] - <enter BasicScheme.authenticate(UsernamePasswordCredentials, String)> 2005-03-31 14:09:33,915 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <HttpMethodBase.addRequestHeader(Header)> 2005-03-31 14:09:33,915 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Attempt number 1 to process request> 2005-03-31 14:09:33,915 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.open()> 2005-03-31 14:09:33,915 DEBUG [org.apache.commons.httpclient.HttpConnection] - <Open connection to tuna:80> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.execute(HttpState, HttpConnection)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequest(HttpState, HttpConnection)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection)> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Adding Host request header> 2005-03-31 14:09:34,145 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection)> 2005-03-31 14:09:34,606 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCookies()> 2005-03-31 14:09:34,626 DEBUG [org.apache.commons.httpclient.cookie.CookieSpec] - <enter CookieSpecBase.match(String, int, String, boolean, Cookie[])> 2005-03-31 14:09:34,626 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection)> 2005-03-31 14:09:34,696 DEBUG [httpclient.wire.header] - <>> "User-Agent: Mindreef HTTP Client[\r][\n]"> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:34,696 DEBUG [httpclient.wire.header] - <>> "Content-Type: text/html[\r][\n]"> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:34,696 DEBUG [httpclient.wire.header] - <>> "Authorization: Basic dXNlcjpwYXNzd29yZA==[\r][\n]"> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:34,696 DEBUG [httpclient.wire.header] - <>> "Host: tuna[\r][\n]"> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.writeLine()> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:34,696 DEBUG [httpclient.wire.header] - <>> "[\r][\n]"> 2005-03-31 14:09:34,696 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.flushRequestOutputStream()> 2005-03-31 14:09:34,706 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponse(HttpState, HttpConnection)> 2005-03-31 14:09:34,706 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readStatusLine(HttpState, HttpConnection)> 2005-03-31 14:09:34,706 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.readLine()> 2005-03-31 14:09:34,826 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:34,826 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,337 DEBUG [httpclient.wire.header] - <<< "HTTP/1.1 401 Unauthorized[\r][\n]"> 2005-03-31 14:09:35,377 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HeaderParser.parseHeaders(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "Content-Length: 1656[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "Content-Type: text/html[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "Server: Microsoft-IIS/6.0[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: Negotiate[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: NTLM[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "MicrosoftOfficeWebServer: 5.0_Pub[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "X-Powered-By: ASP.NET[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [httpclient.wire.header] - <<< "Date: Thu, 31 Mar 2005 19:09:29 GMT[\r][\n]"> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpState, HttpConnection)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpConnection)> 2005-03-31 14:09:35,387 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 14:09:35,467 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authorization required> 2005-03-31 14:09:35,467 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection)> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Supported authentication schemes in the order of preference: [ntlm, digest, basic]> 2005-03-31 14:09:35,567 INFO [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <ntlm authentication scheme selected> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Using authentication scheme: ntlm> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Authorization challenge processed> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authentication scope: NTLM <any realm>@tuna:80> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCredentials(AuthScope)> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Retry authentication> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Resorting to protocol version default close connection policy> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Should NOT close connection, using HTTP/1.1> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.isResponseAvailable()> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.releaseConnection()> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpConnection] - <Connection is locked. Call to releaseConnection() ignored.> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Host authentication not required> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Selected host authentication scheme: ntlm> 2005-03-31 14:09:35,567 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Attempt number 1 to process request> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.execute(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequest(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Adding Host request header> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCookies()> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.cookie.CookieSpec] - <enter CookieSpecBase.match(String, int, String, boolean, Cookie[])> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [httpclient.wire.header] - <>> "User-Agent: Mindreef HTTP Client[\r][\n]"> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:35,668 DEBUG [httpclient.wire.header] - <>> "Content-Type: text/html[\r][\n]"> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:35,668 DEBUG [httpclient.wire.header] - <>> "Host: tuna[\r][\n]"> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.writeLine()> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 14:09:35,668 DEBUG [httpclient.wire.header] - <>> "[\r][\n]"> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.flushRequestOutputStream()> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponse(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readStatusLine(HttpState, HttpConnection)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.readLine()> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,668 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "HTTP/1.1 401 Unauthorized[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HeaderParser.parseHeaders(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "Content-Length: 1656[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "Content-Type: text/html[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "Server: Microsoft-IIS/6.0[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: Negotiate[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: NTLM[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "MicrosoftOfficeWebServer: 5.0_Pub[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "X-Powered-By: ASP.NET[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [httpclient.wire.header] - <<< "Date: Thu, 31 Mar 2005 19:09:29 GMT[\r][\n]"> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpState, HttpConnection)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpConnection)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authorization required> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection)> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Using authentication scheme: ntlm> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Authorization challenge processed> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authentication scope: NTLM <any realm>@tuna:80> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Credentials required> 2005-03-31 14:09:35,678 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Credentials provider not available> 2005-03-31 14:09:35,678 INFO [org.apache.commons.httpclient.HttpMethodDirector] - <Failure authenticating with NTLM <any realm>@tuna:80>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]