Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 22696 invoked from network); 10 Jul 2006 06:09:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 06:09:53 -0000 Received: (qmail 41993 invoked by uid 500); 10 Jul 2006 06:09:53 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 41635 invoked by uid 500); 10 Jul 2006 06:09:52 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 41626 invoked by uid 99); 10 Jul 2006 06:09:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jul 2006 23:09:52 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.173.237.180] (HELO mail26f.sbc-webhosting.com) (216.173.237.180) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 09 Jul 2006 23:09:51 -0700 Received: from mx34.stngva01.us.mxservers.net (204.202.242.42) by mail26f.sbc-webhosting.com (RS ver 1.0.95vs) with SMTP id 3-0142041768 for ; Mon, 10 Jul 2006 02:09:29 -0400 (EDT) Received: from www.macnica.com [64.143.71.112] (EHLO [192.168.1.27]) by mx34.stngva01.us.mxservers.net (mxl_mta-1.3.8-10p4) with ESMTP id 81fe1b44.28773.115.mx34.stngva01.us.mxservers.net; Mon, 10 Jul 2006 02:09:28 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44AE32CB.8090800@day.com> References: <44AE32CB.8090800@day.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9CF322F8-EC2C-4608-9447-A38F18DACB6B@macnica.com> Content-Transfer-Encoding: 7bit From: Nicolas Modrzyk Subject: Re: web dav (only folders displayed when using custom repository) Date: Mon, 10 Jul 2006 15:09:25 +0900 To: dev@jackrabbit.apache.org X-Mailer: Apple Mail (2.752.2) X-Spam: [F=0.0100000000; heur=0.500(-26400); stat=0.010; spamtraq-heur=0.500(2006062108)] X-MAIL-FROM: X-SOURCE-IP: [64.143.71.112] X-Loop-Detect: 1 X-DistLoop-Detect: 1 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Angela, Thank you for your really quick and precise answer. I found my way through the webdav configuration now. I like the different set of interfaces available, really makes everything extendable and nicely fitting. Would it be possible to have the webdav configuration DTD available as a url from the jackrabbit side ? Or is it too far offside the project ? I'd be interested into other people feedback on the subject now that I am at it. As in ... how is webdav practically used on top of the JCR ? In my own project, I'm focusing into importing/exporting binary content using the access controls defined. Are there any other scenarios ? Regards, Nicolas, On Jul 7, 2006, at 7:09 PM, Angela Schreiber wrote: > Nicolas Modrzyk wrote: > >> It's working great, except I can only see and handle folders. Any >> obvious reasons for that ? Did I mis-configured or forgot to do >> something ? > > i would check the configuration first. it defines among > other things, which nodetypes should be treated as > collections. > > angela