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=16&rev2=17 System.out.println(copy.getStatusCode() + " "+ copy.getStatusText()); }}} - ---- /!\ '''Edit conflict - other version:''' ---- * Reading all properties of a resource - - ---- /!\ '''Edit conflict - your version:''' ---- - * Reading all properties of a resource - - ---- /!\ '''End of edit conflict''' ---- {{{ DavMethod pFind = new PropFindMethod("http://www.somehost.com/duff/test3.txt", DavConstants.PROPFIND_ALL_PROP, DavConstants.DEPTH_INFINITY); client.executeMethod(pFind); @@ -116, +110 @@ }}} - ---- /!\ '''Edit conflict - other version:''' ---- + * Getting a list of subresources of a resource - - ---- /!\ '''Edit conflict - your version:''' ---- - * Getting a list of subresources of a resource - - ---- /!\ '''End of edit conflict''' ---- {{{ String host = "http://www.somehost.com"; String resourcePath = "/duff";