Re: Tomcat WebDav directory configuration

2014-01-25 Thread André Warnier
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: donderdag 23 januari 2014 14:15 To: Tomcat Users List Subject: Re: Tomcat WebDav directory configuration Sampers, Ruud wrote: LS, Tomcat 7.0.47. Windows 7 I want to enable WebDav functionality in a

Re: Tomcat WebDav directory configuration

2014-01-23 Thread André Warnier
Sampers, Ruud wrote: LS, Tomcat 7.0.47. Windows 7 I want to enable WebDav functionality in a different directory that the root: Assume my data directory : c:\DATA. webdav org.apache.catalina.servlets.WebdavServlet debug 0

Re: Tomcat WebDAV - Restrict Fileupload with a max filesize

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thorsten, Thorsten Hodes wrote: | How can I restrict the maximum filesize for webdav I looked through the code for WebdavServlet and I didn't see anywhere that the size of the file was being checked at all, so I don't think there's any configuration

Re: Tomcat WebDAV-Servlet - Set a max. Fileuploadsize

2008-05-23 Thread Johnny Kewl
- Original Message - From: "Thorsten Hodes" <[EMAIL PROTECTED]> AFAIK this is not possible. By definition the idea of cutting off a webdav file upload has its own problems. New web.xml, but no servlet... will probably be worse Just charge them for bytes over 10mb ;) Hello! I nee

Re: Tomcat WebDAV Security

2007-05-19 Thread Mark Thomas
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 permi

Re: Tomcat + WebDAV

2006-08-17 Thread Mark Thomas
Aditya Rajgarhia wrote: > I did uncomment the required lines in the web.xml file (setting "readonly" > to false). So I don't know what the problem is. Any help would be greatly > appreciated. This works for me with IE and the latest 5.5.x code. Did you restart the webdav webapp after changing the