Hi,

De <[EMAIL PROTECTED]> writes:

> What I'd like to do, is to create a Web client (JSPs and Servlets) for Webdav.
> So I authenticate via the servlet container of my client.
> Then how can I pass the information (user and password) to get a WebdavResource?

don't know the best way. Jaas seems to address the problem of forwarding
credentials. I am using a different approach. I am doing basic authentication 
on my own, using a servlet filter. The servlet filter attaches the password
to the request in a attribute, so it is accessible in the servlet. There must be
a better way. Of course you should not use basic authentication for anything
serious unlessyou encrypt the connection with SSL.

Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to