You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@locus.apache.org on 2000/11/14 05:09:25 UTC

cvs commit: jakarta-tomcat-4.0/webapps/webdav index.html

remm        00/11/13 20:09:25

  Modified:    webapps/webdav index.html
  Log:
  - Added a DAV clients compatibility list.
  
  Revision  Changes    Path
  1.2       +16 -0     jakarta-tomcat-4.0/webapps/webdav/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/webdav/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	2000/08/31 19:09:08	1.1
  +++ index.html	2000/11/14 04:09:24	1.2
  @@ -27,6 +27,22 @@
   safety reasons. It can be put in read-write mode by editing the web 
   application descriptor file (WEB-INF/web.xml).
   
  +<p>Working WebDAV clients include :
  +<ul>
  +<li>Internet Explorer 5 (Windows 2000)</li>
  +<li>Internet Explorer 5.5 (Windows 2000)</li>
  +<li>Office 2000 (Windows 2000)</li>
  +<li>DAV Explorer 0.60</li>
  +<li>Adobe GoLive 5.0</li>
  +</ul>
  +
  +<p>Incompatible WebDAV clients include :
  +<ul>
  +<li>DAV Explorer 0.61 and 0.62</li>
  +<li>WebDrive</li>
  +</ul>
  +Any help resolving those issues would be appreciated.
  +
   <p>Documentation on WebDAV:</p>
   <ul>
   <li><b><a href="http://www.webdav.org">General info on WebDAV</a></b></li>