This project contains a Java servlet that offers basic WebDAV support. It is maintained by INFO who is a partner of Lifely in the work we do for Dimpact. The project originally started as a fork from webdav-servlet. Many thanks go out to the original authors and contributors. The license is kept as-is.
To implement a WebDAV store only one Java interface (IWebdavStorage
) needs to be implemented.
An example store (LocalFileSystemStorage
), which uses the local filesystem, is provided.
This servlet only supports the most basic data access options. Versioning or user management are not supported
Please see INSTALL.md.