See:
http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html

There is an AutoRedirect setting that would be set to true.  

That said, with AutoRedirect, we cannot stream.  We have to buffer so if a 
redirect is triggered, we can resend.   Thus, performance would be slightly 
lower.

Dan

On Thursday 01 April 2010 5:00:23 pm Remijan, Michael wrote:
> How do I configure CXF to follow redirects?  I have a CXF client which
> fails because of:
> 
> Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking
> https://server:/path/to/web/service: Read timed out
> 
> However, an older AXIS client I have works with the same URL.  I'm fairly
> sure it's returning a redirect so I don't think CXF is following it.

-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog

Reply via email to