From 817aeee94148e894dab0b092bb6d6ff6d75e9b70 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Thu, 13 Feb 2014 22:45:26 -0500 Subject: [PATCH] Fix Webdav to set source on read-write permission --- .../EnterpriseStorage/EnterpriseStorageController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs index 8d1ee486..14d1fff7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs @@ -895,6 +895,7 @@ namespace WebsitePanel.EnterpriseServer { rule.Write = true; rule.Read = true; + rule.Source = true; } rule.Pathes.Add("*");