Here it is... -----Original Message----- From: Dave Seidel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:13 PM To: 'HttpClient Project' Subject: RE: Authentication retry behavior and NTLM in 3.0
Never mind, I just split it into two separate patch files and got it to work. Log coming soon... -----Original Message----- From: Dave Seidel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:03 PM To: 'HttpClient Project' Subject: RE: Authentication retry behavior and NTLM in 3.0 I'm running patch within the MSYS/MinGW shell, but I don't know how to make it accept a directory name as the target. Using the top of the tree as the working directory, I tried $ patch ./src/ hc-debug.patch patch: **** `./src/' is not a regular file -- can't patch What's the right way to do this? - Dave -----Original Message----- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 2:45 PM To: HttpClient Project Subject: RE: Authentication retry behavior and NTLM in 3.0 This is all very puzzling. For whatever reason the auth state loses its auth scheme settings by the time authentication is retried. Weird. Could you please do the same thing with the following patch applied to <HTTPCLIENT_HOME>/src? Oleg On Thu, 2005-03-31 at 14:11 -0500, Dave Seidel wrote: > 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 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
2005-03-31 15:21:05,366 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.useragent = Jakarta Commons-HttpClient/3.0-rc1> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.protocol.version = HTTP/1.1> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.protocol.cookie-policy = rfc2109> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.protocol.element-charset = US-ASCII> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.protocol.content-charset = ISO-8859-1> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.method.retry-handler = [EMAIL PROTECTED]> 2005-03-31 15:21:05,376 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z]> 2005-03-31 15:21:05,456 DEBUG [org.apache.commons.httpclient.methods.GetMethod] - <enter GetMethod(String)> 2005-03-31 15:21:05,456 DEBUG [org.apache.commons.httpclient.HttpClient] - <Java version: 1.4.2_07> 2005-03-31 15:21:05,456 DEBUG [org.apache.commons.httpclient.HttpClient] - <Java vendor: Sun Microsystems Inc.> 2005-03-31 15:21:05,456 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 15:21:05,456 DEBUG [org.apache.commons.httpclient.HttpClient] - <Operating system name: Windows XP> 2005-03-31 15:21:05,456 DEBUG [org.apache.commons.httpclient.HttpClient] - <Operating system architecture: x86> 2005-03-31 15:21:05,456 DEBUG [org.apache.commons.httpclient.HttpClient] - <Operating system version: 5.1> 2005-03-31 15:21:05,466 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 15:21:05,466 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 15:21:05,466 DEBUG [org.apache.commons.httpclient.HttpClient] - <SunRsaSign 1.42: SUN's provider for RSA signatures> 2005-03-31 15:21:05,466 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 15:21:05,466 DEBUG [org.apache.commons.httpclient.HttpClient] - <SunJGSS 1.0: Sun (Kerberos v5)> 2005-03-31 15:21:05,566 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.setCredentials(AuthScope, Credentials)> 2005-03-31 15:21:05,566 DEBUG [org.apache.commons.httpclient.params.DefaultHttpParams] - <Set parameter http.authentication.preemptive = true> 2005-03-31 15:21:05,566 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCookies()> 2005-03-31 15:21:05,706 DEBUG [org.apache.commons.httpclient.HttpClient] - <enter HttpClient.executeMethod(HttpMethod)> 2005-03-31 15:21:05,706 DEBUG [org.apache.commons.httpclient.HttpClient] - <enter HttpClient.executeMethod(HostConfiguration,HttpMethod,HttpState)> 2005-03-31 15:21:05,857 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Preemptively sending default basic credentials> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Auth state: auth requested [false]; auth attempted [false]; auth scheme [EMAIL PROTECTED] preemptive [true]> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Host authentication not required> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Selected host authentication scheme: basic> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Host authentication required> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authenticating with BASIC <any realm>@tuna:80> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCredentials(AuthScope)> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.auth.BasicScheme] - <enter BasicScheme.authenticate(Credentials, HttpMethod)> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.params.HttpMethodParams] - <Credential charset not configured, using HTTP element charset> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.auth.BasicScheme] - <enter BasicScheme.authenticate(UsernamePasswordCredentials, String)> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <HttpMethodBase.addRequestHeader(Header)> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Attempt number 1 to process request> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.open()> 2005-03-31 15:21:05,877 DEBUG [org.apache.commons.httpclient.HttpConnection] - <Open connection to tuna:80> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.execute(HttpState, HttpConnection)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequest(HttpState, HttpConnection)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection)> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Adding Host request header> 2005-03-31 15:21:05,897 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection)> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCookies()> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.cookie.CookieSpec] - <enter CookieSpecBase.match(String, int, String, boolean, Cookie[])> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection)> 2005-03-31 15:21:05,917 DEBUG [httpclient.wire.header] - <>> "User-Agent: Mindreef HTTP Client[\r][\n]"> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:05,917 DEBUG [httpclient.wire.header] - <>> "Content-Type: text/html[\r][\n]"> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:05,917 DEBUG [httpclient.wire.header] - <>> "Authorization: Basic dXNlcjpwYXNzd29yZA==[\r][\n]"> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:05,917 DEBUG [httpclient.wire.header] - <>> "Host: tuna[\r][\n]"> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.writeLine()> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:05,917 DEBUG [httpclient.wire.header] - <>> "[\r][\n]"> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.flushRequestOutputStream()> 2005-03-31 15:21:05,917 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponse(HttpState, HttpConnection)> 2005-03-31 15:21:05,927 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readStatusLine(HttpState, HttpConnection)> 2005-03-31 15:21:05,927 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.readLine()> 2005-03-31 15:21:05,927 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:05,927 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> Mar 31, 2005 3:21:06 PM com.metaparadigm.jsonrpc.BeanSerializer analyzeBean INFO: analyzing com.mindreef.web.workspaces.service.AddWorkItem$AddWorkItemInfo 2005-03-31 15:21:06,427 DEBUG [httpclient.wire.header] - <<< "HTTP/1.1 401 Unauthorized[\r][\n]"> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection)> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HeaderParser.parseHeaders(InputStream, String)> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,427 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "Content-Length: 1656[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "Content-Type: text/html[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "Server: Microsoft-IIS/6.0[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: Negotiate[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: NTLM[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "MicrosoftOfficeWebServer: 5.0_Pub[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "X-Powered-By: ASP.NET[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [httpclient.wire.header] - <<< "Date: Thu, 31 Mar 2005 20:21:00 GMT[\r][\n]"> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpState, HttpConnection)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpConnection)> 2005-03-31 15:21:06,437 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 15:21:06,447 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authorization required> 2005-03-31 15:21:06,447 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection)> 2005-03-31 15:21:06,447 DEBUG [org.apache.commons.httpclient.auth.AuthState] - <Invalidated> 2005-03-31 15:21:06,447 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Supported authentication schemes in the order of preference: [ntlm, digest, basic]> 2005-03-31 15:21:06,447 INFO [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <ntlm authentication scheme selected> 2005-03-31 15:21:06,447 DEBUG [org.apache.commons.httpclient.auth.AuthState] - <New auth scheme set: [EMAIL PROTECTED]> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Using authentication scheme: ntlm> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Authorization challenge processed> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authentication scope: NTLM <any realm>@tuna:80> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCredentials(AuthScope)> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Retry authentication> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Auth state: auth requested [false]; auth attempted [true]; auth scheme [EMAIL PROTECTED] preemptive [false]> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Resorting to protocol version default close connection policy> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Should NOT close connection, using HTTP/1.1> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.isResponseAvailable()> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.releaseConnection()> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpConnection] - <Connection is locked. Call to releaseConnection() ignored.> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Auth state: auth requested [false]; auth attempted [true]; auth scheme [EMAIL PROTECTED] preemptive [false]> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Host authentication not required> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Selected host authentication scheme: ntlm> 2005-03-31 15:21:06,457 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Attempt number 1 to process request> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.execute(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequest(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <Adding Host request header> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpState] - <enter HttpState.getCookies()> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.cookie.CookieSpec] - <enter CookieSpecBase.match(String, int, String, boolean, Cookie[])> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection)> 2005-03-31 15:21:06,467 DEBUG [httpclient.wire.header] - <>> "User-Agent: Mindreef HTTP Client[\r][\n]"> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:06,467 DEBUG [httpclient.wire.header] - <>> "Content-Type: text/html[\r][\n]"> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:06,467 DEBUG [httpclient.wire.header] - <>> "Host: tuna[\r][\n]"> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.print(String)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.writeLine()> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[])> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.write(byte[], int, int)> 2005-03-31 15:21:06,467 DEBUG [httpclient.wire.header] - <>> "[\r][\n]"> 2005-03-31 15:21:06,467 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.flushRequestOutputStream()> 2005-03-31 15:21:06,477 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponse(HttpState, HttpConnection)> 2005-03-31 15:21:06,477 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readStatusLine(HttpState, HttpConnection)> 2005-03-31 15:21:06,477 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.readLine()> 2005-03-31 15:21:06,477 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,477 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [httpclient.wire.header] - <<< "HTTP/1.1 401 Unauthorized[\r][\n]"> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HeaderParser.parseHeaders(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,548 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readLine(InputStream, String)> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpParser] - <enter HttpParser.readRawLine()> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "Content-Length: 1656[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "Content-Type: text/html[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "Server: Microsoft-IIS/6.0[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: Negotiate[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "WWW-Authenticate: NTLM[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "MicrosoftOfficeWebServer: 5.0_Pub[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "X-Powered-By: ASP.NET[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [httpclient.wire.header] - <<< "Date: Thu, 31 Mar 2005 20:21:00 GMT[\r][\n]"> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection)> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpState, HttpConnection)> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodBase] - <enter HttpMethodBase.readResponseBody(HttpConnection)> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpConnection] - <enter HttpConnection.getResponseInputStream()> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authorization required> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection)> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Using authentication scheme: ntlm> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - <Authorization challenge processed> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Authentication scope: NTLM <any realm>@tuna:80> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Credentials required> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Credentials provider not available> 2005-03-31 15:21:06,558 INFO [org.apache.commons.httpclient.HttpMethodDirector] - <Failure authenticating with NTLM <any realm>@tuna:80> 2005-03-31 15:21:06,558 DEBUG [org.apache.commons.httpclient.HttpMethodDirector] - <Auth state: auth requested [true]; auth attempted [true]; auth scheme [EMAIL PROTECTED] preemptive [false]>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]