httpclient « Web « Spring Q&A





1. Support for new Apache HttpClient    forum.springsource.org

Thanks to this post and SWS-563 I was able to implement NTLM authentication for my web service! A colleague of mine was researching for this as well and he came up ...

2. httpclient    forum.springsource.org

Hello, i have to send xml via https, actually i use java.net to do this, but I want to use jakarta httpclient. I don't call a remote method of a bean ...

3. passing information to the underlying httpClient    forum.springsource.org

passing information to the underlying httpClient Our application has two tomcat server; TomcatA uses Spring remoting (apache commons HttpClient) to make service/remote calls to tomcatB. Users connect to tomcatA and that's ...

4. Setting timeout on commons HttpClient    forum.springsource.org

Hi, I'm using WebServiceTemplate with CommonsHttpMessageSender to access a remote web service. By default, commons HttpClient's timeout is set to infinite, which I'd like to shorten just a little bit. Unfortunately, ...

5. HttpClient timeout    forum.springsource.org

HttpClient timeout I cannot for the life of me get HttpClient not to timeout, which makes debugging a real pain. Below is my configuration and the exception I see. Any help ...

6. How using Commons httpClient    forum.springsource.org

Code:

7. preconfigured HttpClient instance    forum.springsource.org

The docs say that CommonsHttpInvokerRequestExecutor allows to use a preconfigured HttpClient instance. How can this be accomplished ? I would like to change HttpClient parameters at runtime. The following config was ...

8. CommonsHttpInvokerRequestExecutor not using timeout values of its HttpClient ?    forum.springsource.org

CommonsHttpInvokerRequestExecutor not using timeout values of its HttpClient ? Hello Using Spring 2.5.3, if I define a httpInvokerRequestExecutor bean (for later use in a HttpInvokerProxyFactoryBean), with a HttpClient constructor-arg which has ...

9. HttpClient pooling    forum.springsource.org

How to configure pooling for HttpClient. or even better how to create a singleton instance of HttpClient and use it through out the application. Any sample would be appreciated. thanks,





10. Support for Apache HttpClient 4.0    forum.springsource.org

Is there any planned support for the Apache HttpClient 4.0 now that it's been released finally as of August 11? I'm using the framework's CommonsHttpMessageSender, but it is just for the ...

11. HttpClient and reentrance    forum.springsource.org

HttpClient and reentrance Hi, we intend to implement a security check based on a https call to a remote site, from our Java Spring based server. The singleton service would use ...

12. Creating a custom core.io.Resource for HTTPClient    forum.springsource.org

Creating a custom core.io.Resource for HTTPClient I have written a Resource implementation that uses Apache HTTPClient instead of java.net.URL (as used by UrlResource). Because DefaultResourceLoader explicitly constructs a UrlResource, I wrote ...