You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/08 15:19:03 UTC

[Jackrabbit Wiki] Update of "WebDAV" by MarkusLitz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The "WebDAV" page has been changed by MarkusLitz:
http://wiki.apache.org/jackrabbit/WebDAV?action=diff&rev1=14&rev2=15

  	
  	System.out.println(copy.getStatusCode() + " "+ copy.getStatusText());
    }}}
-   * Reading all properties of a resourece
+   * Reading all properties of a resource
    {{{
      DavMethod pFind = new PropFindMethod("http://www.somehost.com/duff/test3.txt", DavConstants.PROPFIND_ALL_PROP, DavConstants.DEPTH_INFINITY);
      client.executeMethod(pFind);
@@ -108, +108 @@

      }
      
    }}}
-   * Getting a list of subresources of a resourece
+   * Getting a list of subresources of a resource
    {{{
      String host = "http://www.somehost.com";
      String resourcePath = "/duff";