Re: Missing methods in ngx_http_dav_module

2015-11-24 Thread Maxim Dounin
Hello! On Tue, Nov 24, 2015 at 05:08:45PM +0800, 高翔 wrote: >- PROPFIND >- PROPPATCH >- LOCK >- UNLOCK > > > Above methods are not implemented in ngx_http_dav_module module, > > It was said they are in TODOs but three years past... > http://mailman.nginx.org/pipermail/nginx/2012

Missing methods in ngx_http_dav_module

2015-11-24 Thread 高翔
- PROPFIND - PROPPATCH - LOCK - UNLOCK Above methods are not implemented in ngx_http_dav_module module, It was said they are in TODOs but three years past... http://mailman.nginx.org/pipermail/nginx/2012-June/034197.html Will they be implemented? Thanks!