Colin71 wrote:
> My question is, is this possible using the webdav/web.xml file or do I need
> to look into jaas realms or something else?

This should work but I haven't tested it:
 - set the readonly init-param for the webdav servlet to false
 - use security constraints to limit the methods permitted on
different files (see SRV.12.8 in the Servlet spec)

HTH,

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to