You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Po...@FT.com on 2004/01/09 14:48:01 UTC

How to configure number of retries on Dav methods?

Ideally, I want to be able to disable retry on all the Dav methods. In
WebdavSession is a method called retry(), but it does nothing.

Any ideas?

Thanks,
Portia




**********************************************************************************
This email may contain confidential material. If you were not an
intended recipient, please notify the sender and delete all copies.
We may monitor email to and from our network.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: How to configure number of retries on Dav methods?

Posted by Ingo Brunberg <ib...@fiz-chemie.de>.
Are you still using Slide 1.0.16? If you are working with the current
code that's using Commons Httpclient you can use a MethodRetryHandler
to control the number of retries.

Regards,
Ingo

> Ideally, I want to be able to disable retry on all the Dav methods. In
> WebdavSession is a method called retry(), but it does nothing.
> 
> Any ideas?
> 
> Thanks,
> Portia
> 
> 
> 
> 
> **********************************************************************************
> This email may contain confidential material. If you were not an
> intended recipient, please notify the sender and delete all copies.
> We may monitor email to and from our network.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org