Преглед изворни кода

Comment about Win32LastModifiedTime

Source commit: 8c186e435e9fa3ff707a217b11675344570c19bb
Martin Prikryl пре 9 година
родитељ
комит
626b9f60ca
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      source/core/WebDAVFileSystem.cpp

+ 3 - 0
source/core/WebDAVFileSystem.cpp

@@ -1546,6 +1546,9 @@ void __fastcall TWebDAVFileSystem::Source(const UnicodeString FileName,
             // The only server we found that supports this is TradeMicro SafeSync.
             // But it announces itself as "Server: Apache",
             // so it's not reliable to autodetect the support.
+            // Microsoft Office alegedly uses <Win32LastModifiedTime>
+            // http://sabre.io/dav/clients/msoffice/
+            // Carot DAV does that too. But we do not know what server does support this.
             TouchAction.Cancel();
           }
           else