diff --git a/README.md b/README.md index 9be1f82..61863fa 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,13 @@ This server is a single Nginx module attempting to be a fully-fledged WebDAV ser # Was this written from zero? The native nginx dav_module has been integrated with a few changes for client compatibility. This solves some very difficult problems with client compatibility: + - trailing slash issues for DELETE requests uris + - trailing slash issues for MOVE and COPY requests uris and destination headers + - trailing slash issues for MKCOL request uris + The community [nginx_dav_ext_module](https://github.com/MkfsSion/nginx-dav-ext-module) is integrated as well for proper full WebDAV support. # Using