浏览代码

Dead link

Source commit: feb61f2ef3093cc0dd595a4cc5c4a2d293195fb5
Martin Prikryl 2 年之前
父节点
当前提交
034cef6f3e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/core/WebDAVFileSystem.cpp

+ 0 - 1
source/core/WebDAVFileSystem.cpp

@@ -1490,7 +1490,6 @@ void TWebDAVFileSystem::NeonPreSend(
     // Without it files like .001 return 404 (Not found) HTTP code.
     // https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv/e37a9543-9290-4843-8c04-66457c60fa0a
     // https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdvse/501879f9-3875-4d7a-ab88-3cecab440034
-    // http://lists.manyfish.co.uk/pipermail/neon/2012-April/000582.html
     // It's also supported by Oracle server:
     // https://docs.oracle.com/cd/E19146-01/821-1828/gczya/index.html
     // We do not know yet of any server that fails when the header is used,