From 54bf8b50541c30353ad3fb9bf7e5401b12b2c799 Mon Sep 17 00:00:00 2001 From: "COLA@Redmine.local" Date: Sun, 12 Feb 2017 02:01:36 +0100 Subject: [PATCH] resource.path begins with a / so there is no need to add one. --- lib/redmine_dmsf/webdav/controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/webdav/controller.rb b/lib/redmine_dmsf/webdav/controller.rb index d89fb697..4a003e31 100644 --- a/lib/redmine_dmsf/webdav/controller.rb +++ b/lib/redmine_dmsf/webdav/controller.rb @@ -215,7 +215,7 @@ module RedmineDmsf # path is unique enough for the key and is available for all three, and the path doesn't change # for this path as long as it stays. On its path. The path does not stray from its path without # changing its path. - propstats_key = "PROPSTATS/#{resource.path}" + propstats_key = "PROPSTATS#{resource.path}" else # File # Use file.id & file.last_revision.id as key