found 851651 1.13.1-2
thanks

For testing of the behavior, I used

$ touch /tmp/"foo bar"
$ /usr/sbin/nginx -c /tmp/localwebdav.conf &
$ thunar dav://localhost:1234/

which shows a file "foo%20bar" in the list.

--- /tmp/localwebdav.conf:

pid /tmp/nginx_pid;
error_log /dev/stderr;

daemon off;
load_module modules/ngx_http_dav_ext_module.so;

events {
    worker_connections 768;
    # multi_accept on;
}

http {
    access_log /dev/stdout;
    server {
        listen [::]:1234 ipv6only=off;
        root /tmp;

        dav_ext_methods PROPFIND OPTIONS;
    }
}

Attachment: signature.asc
Description: PGP signature

Reply via email to