I ran into a weird issue using the WebDAV client API as well as the command line tool to access an Apache mod_dav based WebDAV repository. When I create a WebdavResource for a particular path and enumerate the child resources using listWebdavResources() or getChildResources(), it only returns the folder itself, not its children. The command line tool displays the same behavior.
When I explicitly use a PropfindMethod with a depth of 1, it works fine. Any ideas? -Mirko
