Re: Webdav Infinite Depth

2007-12-20 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Is there any parameter (I could not find one in the source of WebdavServlet > :-/ ) or possibility to change this? You can just remove the check and compile your own webdav servlet. Mark - To start a

Webdav Infinite Depth

2007-12-20 Thread rj
Hi, [Tomcat 5.5 with standard WebdavServlet] I am currently developing a tool which synchronizes files via webdav. I wanted to get a full directory tree via webdav-request by setting "depth: infinity" in my http-request. I only get 3 levels of directories back. When looking at the source code f