Thanks a lot Remy, I've got it working for everything except PUT. I notice in the source that the PUT method is not implemented in WebdavServlet. Is this supposed to be handled by the DefaultServlet?
--- Remy Maucherat <[EMAIL PROTECTED]> wrote: > > --- Remy Maucherat <[EMAIL PROTECTED]> wrote: > > > > How do I implement security using the WebdavServlet? mod_dav > uses a > > > > standard .htpasswd file to track the various developers' > logins, is > > > > this similar? > > > > > > It uses the standard security provided by the container. > > > > > > So I have to configure a Realm? Or will it work with Single Sign > On? > > Both. The security check is declared in web.xml (same as with a > standard > webapp). > > Remy > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
