From 5923da64b02fac572ad69fa1e01a2c47ada3fe4b Mon Sep 17 00:00:00 2001 From: YaR Date: Sat, 4 Nov 2017 01:37:10 +0300 Subject: [PATCH 1/2] wrong fix (fusedav) --- NWebDav/NWebDav.Server/Handlers/PropFindHandler.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NWebDav/NWebDav.Server/Handlers/PropFindHandler.cs b/NWebDav/NWebDav.Server/Handlers/PropFindHandler.cs index 20d21a5d..80bad1aa 100644 --- a/NWebDav/NWebDav.Server/Handlers/PropFindHandler.cs +++ b/NWebDav/NWebDav.Server/Handlers/PropFindHandler.cs @@ -157,10 +157,6 @@ public async Task HandleRequestAsync(IHttpContext httpContext, IStore stor { foreach (var propertyName in propertyList) await AddPropertyAsync(httpContext, xResponse, xProp, propertyManager, entry.Entry, propertyName, addedProperties).ConfigureAwait(false); - - //TODO: dirty fix! - // some clients reqire collection property - await AddPropertyAsync(httpContext, xResponse, xProp, propertyManager, entry.Entry, "collection", addedProperties).ConfigureAwait(false); } // Add the values (if any) From 20bd40b0d92f19918a6e0f28db25a5fee4a26187 Mon Sep 17 00:00:00 2001 From: YaR Date: Sat, 4 Nov 2017 01:38:48 +0300 Subject: [PATCH 2/2] version bump --- WDMRC.Console/WDMRC.Console.csproj | 4 ++-- WDMRC.Console/WDMRC.Console.netcoreapp.publish.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WDMRC.Console/WDMRC.Console.csproj b/WDMRC.Console/WDMRC.Console.csproj index b700fdd8..4495ef9a 100644 --- a/WDMRC.Console/WDMRC.Console.csproj +++ b/WDMRC.Console/WDMRC.Console.csproj @@ -11,8 +11,8 @@ yar229@yandex.ru WebDAV emulator for Cloud.mail.ru WebDAVCloudMailRu - 1.8.0.0 - 1.8.0.0 + 1.8.0.1 + 1.8.0.1 wdmrc YaR.CloudMailRu.Console diff --git a/WDMRC.Console/WDMRC.Console.netcoreapp.publish.csproj b/WDMRC.Console/WDMRC.Console.netcoreapp.publish.csproj index f251e3cd..d8e0fcb8 100644 --- a/WDMRC.Console/WDMRC.Console.netcoreapp.publish.csproj +++ b/WDMRC.Console/WDMRC.Console.netcoreapp.publish.csproj @@ -11,8 +11,8 @@ yar229@yandex.ru WebDAV emulator for Cloud.mail.ru WebDAVCloudMailRu - 1.7.0.5 - 1.7.0.5 + 1.8.0.1 + 1.8.0.1 wdmrc