Can you shortly describe in what cases you are redirected? Stefan
Guillermo J. Col�n wrote:
But then how do I access the DAV resource???
Unfortunately, WebdavResource is not (yet) calling setFollowRedirects(). So (for now) you'd have to exceute the method manually.
Ingo
How do I relate this with the creation of the WebDAV resource??
use HttpMethod method = ...; method.setFollowRedirects(true);
Regards, Stefan
Guillermo J. Col�n wrote: How can enable redirection in my app using the slide client API? (if the address I open redirects me some where else I want to follow it)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
