Re: WebDAV Client libs

2001-03-19 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > You > > should plug your auth mechanism at the container level, and it's easy to do > > with Tomcat (either 3 or 4). > > Actually, I don't think this is provided as an example anywhere in the > tomcat distr. Do you have one at hand? Tomcat uses the standard mechani

Re: WebDAV Client libs

2001-03-19 Thread Torgeir Veimo
Remy Maucherat wrote: > > You > should plug your auth mechanism at the container level, and it's easy to do > with Tomcat (either 3 or 4). Actually, I don't think this is provided as an example anywhere in the tomcat distr. Do you have one at hand? -- - Torgeir

Re: WebDAV Client libs

2001-03-19 Thread Remy Maucherat
- Original Message - From: "Dan Diephouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 10:39 AM Subject: Re: WebDAV Client libs > Not the answer I wanted to hear :) > > So, lets say hypothetically that I want slide to delegate authentication from > somewhere

Re: WebDAV Client libs

2001-03-19 Thread Dan Diephouse
Not the answer I wanted to hear :) So, lets say hypothetically that I want slide to delegate authentication from somewhere else, is this at all feasible? For example, I have a Apache-Turbine application which has its own authentication mechanism. Is it possible to rewrite some of the slide code

Re: WebDAV Client libs

2001-03-19 Thread Remy Maucherat
> I'm trying to use the slide client libs, but I just can't get > authenticated right... > > I try to move a file with the following code: > > WebdavClient wdc = new WebdavClient(new URL(host),"root","mypass"); > wdc.setDebug(1); > MoveMethod move = new MoveMethod(store + pp.getString("file"), >

WebDAV Client libs

2001-03-19 Thread Dan Diephouse
I'm trying to use the slide client libs, but I just can't get authenticated right... I try to move a file with the following code: WebdavClient wdc = new WebdavClient(new URL(host),"root","mypass"); wdc.setDebug(1); MoveMethod move = new MoveMethod(store + pp.getString("file"), "/slide/files/arc