Re: rc3 ready

2003-02-24 Thread Jeffrey Dever
Arg. I had asked for a code freeze on Thursday. I didn't see any commits today but now that I look I see Odi had snuck one in. How about you guys figure this out, and get back to me when ready. Michael Becke wrote: One problem. The change made earlier today to HttpClient.executeMethod() is

Re: rc3 ready

2003-02-24 Thread Michael Becke
One problem. The change made earlier today to HttpClient.executeMethod() is a killer for the MultiThreadedHttpConnectionManager. It releases all connections before they are used in a method. I should have complained more loudly about this one before you put the effort into tagging CVS.

rc3 ready

2003-02-24 Thread Jeffrey Dever
Ok, this should be in good shape now: http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0 The build was compiled on linux with jdk1.2.2. There will be two tests that fail dealing with NTLM because of this which needs to be worked out, but is not a showstopper. All