Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.23 KB

WebDAV Servlet

GitHub CI Codecov License

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

Installation & configuration

Please see INSTALL.md.