> 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
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
- 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
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
> 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"),
>
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