From 94e41f16ad815e64da54d26fa67798859abcabc8 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Thu, 7 Jan 2021 14:44:56 +0100 Subject: [PATCH] #1133 Cyberduck WebDAV client --- lib/redmine_dmsf/webdav/custom_middleware.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/webdav/custom_middleware.rb b/lib/redmine_dmsf/webdav/custom_middleware.rb index 9ad816ef..f47b131d 100644 --- a/lib/redmine_dmsf/webdav/custom_middleware.rb +++ b/lib/redmine_dmsf/webdav/custom_middleware.rb @@ -38,7 +38,8 @@ module RedmineDmsf allow_unauthenticated_options_on_root: true, namespaces: { 'http://apache.org/dav/props/' => 'd', - 'http://ucb.openoffice.org/dav/props/' => 'd' + 'http://ucb.openoffice.org/dav/props/' => 'd', + 'SAR:' => 'd' } ) end