1. Support for new Apache HttpClient forum.springsource.orgThanks 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.orgHello, 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.orgpassing 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.orgHi, 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.orgHttpClient 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.orgCode: |
7. preconfigured HttpClient instance forum.springsource.orgThe 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.orgCommonsHttpInvokerRequestExecutor 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.orgHow 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.orgIs 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.orgHttpClient 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.orgCreating 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 ... |