From 26774febc04e51b7459ce9a9e9dc912fcaf1ff0d Mon Sep 17 00:00:00 2001 From: Pelagic Date: Thu, 11 Apr 2024 18:53:10 +0300 Subject: [PATCH] Fix README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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