> > 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 ?
CU
Mustafa
BTW: IMHO the normal way to authenticate at a WebDAV server is the
HTTP_AUTH and not the DOMAIN.xml stuff.