Skip to content

Java WebDAV servlet that provides an implementation of the WebDAV protocol. Underlying data storage (database, custom file systems) can be easily plugged in.

License

Notifications You must be signed in to change notification settings

infonl/webdav-servlet

Repository files navigation

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.

About

Java WebDAV servlet that provides an implementation of the WebDAV protocol. Underlying data storage (database, custom file systems) can be easily plugged in.

Resources

License

Stars

Watchers

Forks

Languages