Hi,

I want to use tomcat/webdav as a simple file server.

The only restriction is that I want files with certain extensions to be read
only
and all other files read/write (i.e. files with suffix myext.xls to be read
only where filenames can be file1.myext.xls).

I have tried to do this by adjusting parameters in the webdav/web.xml file
but I can't figure out a way of doing the above.
I can do this if I have 2 user logins, where one is read/write and the other
is read only but not for a single user
(whereby I attempt to configure multiple security constraints or
url-patterns for a given user role).

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

Thanks,

Colin

-- 
View this message in context: 
http://www.nabble.com/Tomcat-WebDAV-Security-tf3782245.html#a10696324
Sent from the Tomcat - User mailing list archive at Nabble.com.


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