RE: Webdav and security

2003-08-28 Thread Duncan Strang
3 00:37 To: Tomcat Users List Subject: Re: Webdav and security Hi Duncan check this http://www.mail-archive.com/[EMAIL PROTECTED]/ msg101208.html see the tags specified there ? if i get it right, you dont want to open the methods GET and POST for everyone, and after that, you want to re

Re: Webdav and security

2003-08-27 Thread P . van Kemenade
Hi However it still lets anyone get a listing of all editable files by virtue of the fact that GET and POST methods have no constraints applied to them. hm .. you can turn of the listings in your web.xml bla bla listings false this is actually a standard servlet se

RE: Webdav and security

2003-08-27 Thread Duncan Strang
-Original Message- From: Pike [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 00:37 To: Tomcat Users List Subject: Re: Webdav and security Hi Duncan check this http://www.mail-archive.com/[EMAIL PROTECTED]/ msg101208.html see the tags specified there ? if i get it right, you

Re: Webdav and security

2003-08-26 Thread Pike
Hi Duncan check this http://www.mail-archive.com/[EMAIL PROTECTED]/ msg101208.html see the tags specified there ? if i get it right, you dont want to open the methods GET and POST for everyone, and after that, you want to restrict all methods (PUT,DELETE,PROPFIND,etc) to a certain role does th

Webdav and security

2003-08-26 Thread Duncan Strang
Hi I have included the org.apache.catalina.servlets.WebdavServlet in the web.xml descriptor for my application WebdavServlet org.apache.catalina.servlets.WebdavServlet ... reading the minimal documentation I have been able to find it appears that to enable webdav functionalit