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