RE: Webdav and security

2003-08-28 Thread Duncan Strang
To: Tomcat Users List Subject: Re: Webdav and security Hi Duncan check this http://www.mail-archive.com/[EMAIL PROTECTED]/ msg101208.html see the http-method 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

Re: Webdav and security

2003-08-27 Thread Pike
Hi Duncan check this http://www.mail-archive.com/[EMAIL PROTECTED]/ msg101208.html see the http-method 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

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 http-method tags specified there ? if i get

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 servlet servlet-namebla/servlet-name servlet-classbla/servlet-class init-param