Opened 4 months ago

#2580 new enhancement

Full native WebDAV support

Reported by: lzqhwo@… Owned by:
Priority: major Milestone:
Component: nginx-module Version: 1.25.x
Keywords: Cc:
uname -a: Linux server 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 15:13:47 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
nginx -V: nginx version: nginx/1.24.0 (Ubuntu)

Description

WebDAV support is one feature where Nginx falls behind Apache. Not only does the native module only implement 5 methods, even the supplementary nginx-dav-ext module fails to implement the important method PROPPATCH, required for the native Windows WebDAV client to function.

I propose all WebDAV methods are included in ngx_http_dav_module, giving Nginx full WebDAV support and eliminating the need for the nginx-dav-ext module.

Change History (0)

Note: See TracTickets for help on using tickets.