RE: Authentication Realm...

2003-08-14 Thread Kalnichevski, Oleg
Looking at the code I doubt this is possible. Are you sure you are using the latest CVS snapshot of the 2.0 branch? Oleg -Original Message- From: Rowe, David (CAG-CC MIS) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 3:47 PM To: [EMAIL PROTECTED] Subject: Authentication

RE: Authentication Realm...

2003-08-14 Thread Rowe, David (CAG-CC MIS)
I'm using CVS from within Eclipse, but cannot get into the Branches, any help? Dave -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:56 AM To: Commons HttpClient Project Subject: RE: Authentication Realm... David, It looks

RE: Authentication Realm...

2003-08-14 Thread Rowe, David (CAG-CC MIS)
ulfill the request. Access to the Web Proxy service is denied. ) ??? Dave -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:00 AM To: Commons HttpClient Project Subject: RE: Authentication Realm... Looking at the code I doubt this is pos

RE: Authentication Realm...

2003-08-14 Thread Oleg Kalnichevski
least HttClient will report the correct authentication realm being used. I think you should post the code snippet to make us better understand what you are doing (or trying to do). A complete wire log might also be of help Oleg On Tue, 2003-08-12 at 19:45, Rowe, David (CAG-CC MIS) wrote: >

RE: Authentication Realm...

2003-08-14 Thread Rowe, David (CAG-CC MIS)
From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:56 AM To: Commons HttpClient Project Subject: RE: Authentication Realm... David, It looks like both branches HTTPCLIENT_2_0_BRANCH & HEAD are still buggy. I am working on a fix. Oleg -Original Message-

RE: Authentication Realm...

2003-08-14 Thread Kalnichevski, Oleg
Oleg -Original Message- From: Rowe, David (CAG-CC MIS) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 4:47 PM To: Commons HttpClient Project Subject: RE: Authentication Realm... Using a fresh compile off the CVS: [DEBUG] HttpMethodDirector - -Authorization required [INFO] HttpMethodDire

RE: Authentication Realm...

2003-08-14 Thread Kalnichevski, Oleg
o fulfill the request. Access to the Web Proxy service is denied. ) ??? Dave -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:00 AM To: Commons HttpClient Project Subject: RE: Authentication Realm... Looking at the code I doubt th

RE: Authentication Realm...

2003-08-14 Thread Kalnichevski, Oleg
Not unlikely, but I prefer to leave making predictions to stock traders & astrologists. Oleg -Original Message- From: Rowe, David (CAG-CC MIS) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 5:58 PM To: Commons HttpClient Project Subject: RE: Authentication Realm... G

Re: [PATCH] Proxy authentication realm problem

2003-08-14 Thread Michael Becke
Looks good to me. Mike On Thursday, August 7, 2003, at 04:10 PM, Oleg Kalnichevski wrote: The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM

Authentication Realm...

2003-08-14 Thread Rowe, David (CAG-CC MIS)
Oleg, there are still references to the realm in HttpMethodBase, regarding proxy authentication. It is still picking up the destination host i.e. "www.yahoo.com" as opposed to the proxy host. I don't know if this is the cause of my proxy authentication issues, which still go unresolved, but fo

Re: [PATCH] Proxy authentication realm problem

2003-08-08 Thread Ortwin Glück
I assume the patch is going into branch and head. Okay with me. Odi Oleg Kalnichevski wrote: The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM

[PATCH] Proxy authentication realm problem

2003-08-08 Thread Oleg Kalnichevski
The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM authentication does not support the concept of authentication realm as defined in RFC2617