Yes, there is proxy support in the slide client. Basically you should use setProxy(String host, int port) in WebdavSession / WebdavResource. Unfortunately there is no appropriate constructor in WebdavResource, so you are lost. With the switch to the new commons-httpclient there should also be support for proxied https. For this to work you need at least commons-httpclient-2.0-alpha and a small patch to WebdavSession (and of course the constructors in WebdavResource). Most likely I will post a patch next week.
Regards, Ingo > Hi, > > This message is a follow-up to the message found at = > http://www.mail-archive.com/[email protected]/msg00539.html = > sent on June 11, 2001. > > Previous Message Text: > <snip> > ">>4. Proxy support in httpclient ? > > > Most proxies don't support WebDAV yet (as most of them filter > out = > HTTP methods they don't know anything about). I'm quite=20 > > sure it will be added soon." > <snip> > > Has proxy support been added for the slide client? If so, how is it = > used? > > thanks in advance, > Max --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
