From fd8db278b043a7008d77d3841f16e56eb33d6843 Mon Sep 17 00:00:00 2001
From: srosse <stephane.rosse@frentix.com>
Date: Tue, 21 Apr 2020 07:03:30 +0200
Subject: [PATCH] OO-4648: add empty user agent to WebDAV default black list

---
 src/main/resources/serviceconfig/olat.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties
index 16de07684e3..34b5daa69ca 100644
--- a/src/main/resources/serviceconfig/olat.properties
+++ b/src/main/resources/serviceconfig/olat.properties
@@ -564,7 +564,7 @@ webdav.termsfolders.enabled=true
 # User agents for which the basic authentication should never be proposed
 webdav.basic.authentication.black.list=Microsoft Office Excel,Microsoft Excel,Microsoft-WebDAV-MiniRedir
 # User agents which don't play nice
-webdav.user.agent.black.list=-
+webdav.user.agent.black.list=,-
 
 ########################################################################
 # Image and PDF scale/thumbnail options
-- 
GitLab