> > > i use slide for my WebDAV project. For this project  i would like to
> > > authenticate a user using HTTP_AUTH and not using the  DOMAIN.XML
file.
> > > Is this possible ?
> > Yes. You can configure it in the web application, as specified in the
> Sevlet
> > API.
> > Then, you need to configure a realm in your servlet container, and add
> the
> > users there.

> But how is that possible ?
> How can i use the Servlet API inside Slide ?

I'm not sure I realy understand the question.

The WebDAV support in Slide is implemented as a servlet. So there, the auth
is done in the servlet container.

There is also a Java API you can use from any Java application, in which
case the application is responsible for the authentication.

Remy

Reply via email to