From a1007e46c5ec44a4d5eb55c65b65a36b254f70cb Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Tue, 16 Mar 2010 21:19:58 +0000 Subject: [PATCH] formatting [Imported from Trac: page GSoCIdeas/Notes, version 6] --- GSoCIdeas/Notes.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/GSoCIdeas/Notes.md b/GSoCIdeas/Notes.md index e29086a..a2356bb 100644 --- a/GSoCIdeas/Notes.md +++ b/GSoCIdeas/Notes.md @@ -68,14 +68,13 @@ over your implementation of WebDAV, you'll probably need to adapt the tests for the existing Tahoe ["blackmatch"]source:contrib/fuse/impl_c/blackmatch.py FUSE interface (this would not be redundant since the blackmatch implementation has -limitations that davfs2 would not). +limitations, especially for write access, that davfs2 would not have). The [WebDAV mini-redirector](http://en.wikipedia.org/wiki/WebDAV#Microsoft_Windows) is the component of Windows providing its WebDAV filesystem support. It is -actually the less buggy of [two implementations](http://www.zorched.net/2006/03/01/more-webdav-tips-tricks-and-bugs/) -, but it still has had -[bugs](http://greenbytes.de/tech/webdav/webdav-redirector-list.html), -and +actually the less buggy of +[two implementations](http://www.zorched.net/2006/03/01/more-webdav-tips-tricks-and-bugs/), but it still has had +[bugs](http://greenbytes.de/tech/webdav/webdav-redirector-list.html) and [security vulnerabilities](http://www.microsoft.com/technet/security/bulletin/MS08-007.mspx) that you may need to take into account.