You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2013/03/21 13:28:00 UTC

svn commit: r1459260 - /jackrabbit/trunk/jackrabbit-webapp/README.txt

Author: reschke
Date: Thu Mar 21 12:27:59 2013
New Revision: 1459260

URL: http://svn.apache.org/r1459260
Log:
fix typos, update reference to spi2dav

Modified:
    jackrabbit/trunk/jackrabbit-webapp/README.txt

Modified: jackrabbit/trunk/jackrabbit-webapp/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/README.txt?rev=1459260&r1=1459259&r2=1459260&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webapp/README.txt (original)
+++ jackrabbit/trunk/jackrabbit-webapp/README.txt Thu Mar 21 12:27:59 2013
@@ -12,11 +12,11 @@ This component provides servlets used to
 In addition, the project contains 2 different WebDAV servlets:
 
     * SimpleWebdavServlet.java
-      Adds webdav support (DAV 1,2) to your jackrabbit repository.
+      Adds WebDAV support (DAV 1,2) to your jackrabbit repository.
   
     * JCRWebdavServerServlet.java
-      A servlet used to remove JSR170 calls via webDAV. 
+      A servlet used to remote JSR170 calls via WebDAV. 
       IMPORTANT: Please note, that this servlet is not intended to provide 
-      common webdav support to the repository. Instead the primary goal is to 
+      common WebDAV support to the repository. Instead the primary goal is to 
       remote JSR170 calls.
-      For the corresponding client see -> contrib/spi (work in progress).
+      For the corresponding client see -> jackrabbit-jcr2dav (work in progress).