RE: POST, Expect-100 and 401 Problem

2003-04-03 Thread McMahon, Joseph
:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:50 AM To: Commons HttpClient Project Subject: RE: POST, Expect-100 and 401 Problem Joe, Please help me understand what is exactly the problem. The whole idea of using 'expect: 100-continue' handshake is to avoid sending request body just to find out

RE: POST, Expect-100 and 401 Problem

2003-04-03 Thread Kalnichevski, Oleg
HttpClient Project' Subject: RE: POST, Expect-100 and 401 Problem Oleg, I've created a HttpClient that uses SSL. When I turn on the debug output I see the following steps taken: From a PostMethod execute: 1. SSL negotiation starts 2. Client sends POST (with request body data

RE: POST, Expect-100 and 401 Problem

2003-04-03 Thread Kalnichevski, Oleg
2003 16:42 To: 'Commons HttpClient Project' Subject: RE: POST, Expect-100 and 401 Problem The upgrade to the nightly build fixed it. Thanks, Joe -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 9:14 AM To: Commons HttpClient Project

RE: POST, Expect-100 and 401 Problem

2003-04-03 Thread McMahon, Joseph
That works fine as well. -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 9:47 AM To: Commons HttpClient Project Subject: RE: POST, Expect-100 and 401 Problem Joseph, I still would like to know what is going on. If it's not a big deal