Https, ProxyAuthentication and HttpClient

2003-05-29 Thread Dushan Karawita
> Hi, >I want to use HttpClient to access some Https URLs to build a Load > testing tool, which I needed to do the proxy authentication since I need > to use the tool behind the firewall. Can anyone please give me the steps > (code examples) that I have to follow, > > 1) Proxy Authenticati

Re: Fw: BETA-1 is officially out

2003-05-29 Thread Michael Becke
If you could also push the distribution to that would be good. The newly published site now references this directory for downloading Beta 1. Thanks for your help dIon. Mike On Thursday, May 29, 2003, at

Fw: BETA-1 is officially out

2003-05-29 Thread dion
Unless Jeff comes back into the fold in the short term, I'll happily help here. I'll start by checking out the tagged code and doing a maven site:deploy. Let me know if there are problems with this -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Webl

Help on client authentication

2003-05-29 Thread Patrick Cardinal
I use httpclient to do SSL. We have been having problems using the 2.0 beta-1 (even alpha3 ) release of httpclient to do SSL with mutual client authentication using Keystores and JSSE. This used to work in a previous release of http client. I need to upgrade to 2.0 version for a bug fix. Does

Re: BETA-1 is officially out

2003-05-29 Thread dion
Oleg, I probably have permissions on the jakarta site and file directories too...Let me know if I can help. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au "Kalnichevski, Oleg" <[EMAIL PROTECTED]> wrote on 29/05

Re: Resuming downloads ?

2003-05-29 Thread Michael Becke
There is not any explicit functionality in HttpClient for handling resumes but it should work. I believe download resuming is just part of the standard 1.1 spec. You should only have to add a few headers to the GetMethod before executing it. Take a look at: http://www.w3.org/Protocols/rfc261

Resuming downloads ?

2003-05-29 Thread Marcus Crafter
Hi All, Hope all is going well. I've searched the archives for an answer to this question, but so far no luck - it's definitely a simple one! :) Has anyone written any code around HttpClient to allow resuming of downloads that have been interrupted due to some reason ? I'd like to be able to us

Re: Httpclient under weblogic 7.0

2003-05-29 Thread Om Narayan
I will check it out. Thanks. - Original Message - From: "Kalnichevski, Oleg" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 12:45 AM Subject: RE: Httpclient under weblogic 7.0 Om, I strongly recommend to upgrade to beta-1 release (

Re: Httpclient under weblogic 7.0

2003-05-29 Thread Om Narayan
I am happy to reoport that HttpClient works with Sun's JSSE under weblogic 7.0. I installed the JSSE jars as extensions (jre/lib/ext), and set the provider information explicitly in the code instead of java.security file. System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.w

BETA-1 is officially out

2003-05-29 Thread Kalnichevski, Oleg
Folks Beta-1 has been tagged on the CVS trunk two days ago and is officially out. The problem is that we are unable to deploy the official build without Jeff "Jandalf", our project lead, as only he has necessary access permissions for the official Jakarta file repository & web site. You can s

Re: Beta release date?

2003-05-29 Thread Ortwin Glück
beta-1 is tagged in CVS. You can check it out manually if you can not wait for the release. beta-1 will be released when Jeff is back... Odi Walther, Benjamin wrote: Hi Do you already have a release date for the beta version, which should remove some issues with the alpa 3? We are using it and

Beta release date?

2003-05-29 Thread Walther, Benjamin
Hi Do you already have a release date for the beta version, which should remove some issues with the alpa 3? We are using it and will go to testing next Monday, so I would like to have a recommendation if downgrading to alpa X or wait for the beta. Thanks Ben