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
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
-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
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
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