formatting

[Imported from Trac: page GSoCIdeas/Notes, version 6]
davidsarah 2010-03-16 21:19:58 +00:00
parent 96a8ba6c70
commit a1007e46c5

@ -68,14 +68,13 @@ over your implementation of WebDAV, you'll probably need to adapt the
tests for the existing Tahoe tests for the existing Tahoe
["blackmatch"]source:contrib/fuse/impl_c/blackmatch.py FUSE interface ["blackmatch"]source:contrib/fuse/impl_c/blackmatch.py FUSE interface
(this would not be redundant since the blackmatch implementation has (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) The [WebDAV mini-redirector](http://en.wikipedia.org/wiki/WebDAV#Microsoft_Windows)
is the component of Windows providing its WebDAV filesystem support. It is 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/) actually the less buggy of
, but it still has had [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), [bugs](http://greenbytes.de/tech/webdav/webdav-redirector-list.html) and
and
[security vulnerabilities](http://www.microsoft.com/technet/security/bulletin/MS08-007.mspx) [security vulnerabilities](http://www.microsoft.com/technet/security/bulletin/MS08-007.mspx)
that you may need to take into account. that you may need to take into account.