Package org.opencms.webdav

Provides a WebDAV access to OpenCms.

See:
          Description

Class Summary
CmsMD5Encoder Encode an MD5 digest into a String.
CmsWebdavRange Helper class for the WebDAV servlet.
CmsWebdavServlet Servlet which adds support for WebDAV level 2.
CmsWebdavStatus Contains all possible return values for the WebDAV/HTTP protocol.
 

Package org.opencms.webdav Description

Provides a WebDAV access to OpenCms.

Handles all issues belonging to the WebDAV protocol.

The CmsWebdavServlet has to be configured in the web.xml, where the name of the I_CmsRepository has to be specified to use with WebDAV.

Additionally it is possible to browse the resources in the VFS through a Web Browser by using the url where the WebdavServlet is configured in the web.xml.

The following WebDAV clients were tested:

Limitations:

Since:
6.5.6
Version:
$Revision: 1.6 $