Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 18327 invoked from network); 14 Nov 2007 18:22:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 18:22:54 -0000 Received: (qmail 79250 invoked by uid 500); 14 Nov 2007 18:22:41 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 79232 invoked by uid 500); 14 Nov 2007 18:22:41 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 79223 invoked by uid 99); 14 Nov 2007 18:22:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 10:22:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anchela@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 18:22:30 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 3E96E5086E; Wed, 14 Nov 2007 19:14:46 +0100 (CET) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by goobak01.day.com (Postfix) with ESMTP id 0576250865 for ; Wed, 14 Nov 2007 19:14:45 +0100 (CET) Received: by nf-out-0910.google.com with SMTP id g13so239548nfb for ; Wed, 14 Nov 2007 10:22:20 -0800 (PST) Received: by 10.86.100.7 with SMTP id x7mr7132042fgb.1195064540316; Wed, 14 Nov 2007 10:22:20 -0800 (PST) Received: from ?10.0.0.88? ( [62.192.10.254]) by mx.google.com with ESMTPS id d4sm470942fga.2007.11.14.10.22.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Nov 2007 10:22:17 -0800 (PST) Message-ID: <473B3D21.8070404@day.com> Date: Wed, 14 Nov 2007 19:23:29 +0100 From: Angela Schreiber User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: Coming from Slide... References: <473B14F3.3020208@uni-dortmund.de> In-Reply-To: <473B14F3.3020208@uni-dortmund.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi arne > So I'm evaluating the Jackrabbit WebDAV-Server: > Does it support ACL? Can one enable ACL support? > Does it support ACL inheritance? > Am I able to use roles for an ACE? the webdav-library (jackrabbit-webdav) provides code that allows to implement a server compliant to RFC 3744. the current simple server does not provide such an implementation due to that fact, that it is designed to run on any jsr 170 compliant repository and the mentioned jsr 170 does not specify access control management. see http://issues.apache.org/jira/browse/JCR-350 > Does it support BIND? no. not yet. > Is it possible to implement a plugin that will be called at configured > events? For implementing that hit counter for instance... the library defines a subscription and polling for events. this is currently used within the spi2dav project present in the sandbox. but not in the simple server. > Is it possible to edit/write content with authentication and just read > the that content without authentication? that should be possible. there is a init-param with the existing webdav servlets (missing-auth-mapping), that defines how the server should deal with missing authentication. that used to work for me with the spi2dav 'client' (see above), where i use both anonymous read-access (without autentication) and read-write-access as soon as the a user performed a login. > Are there any workarounds for that? > Is there a webdav related documentation for Jackrabbit? not really. to get started i would take a look at the jackrabbit-webdav project (webdav library without dependency to JCR) and to the 'normal' webdav-server ('simple') which is present in the jackrabbit-jcr-server project. feel free to post questions in the devlist, open jira issues or document your findings in the jackrabbit-wiki. contributions both code- and docu-wise are welcome. regards angela