Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 41201 invoked from network); 22 Nov 2007 15:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2007 15:55:01 -0000 Received: (qmail 69745 invoked by uid 500); 22 Nov 2007 15:54:46 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 69723 invoked by uid 500); 22 Nov 2007 15:54:46 -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 69698 invoked by uid 99); 22 Nov 2007 15:54:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 07:54:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Thu, 22 Nov 2007 15:54:49 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 17A6B5087A; Thu, 22 Nov 2007 16:46:43 +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 BE18650865 for ; Thu, 22 Nov 2007 16:46:42 +0100 (CET) Received: by nf-out-0910.google.com with SMTP id g13so2478903nfb for ; Thu, 22 Nov 2007 07:54:28 -0800 (PST) Received: by 10.86.4.2 with SMTP id 2mr8589912fgd.1195746867767; Thu, 22 Nov 2007 07:54:27 -0800 (PST) Received: from ?10.0.0.88? ( [62.192.10.254]) by mx.google.com with ESMTPS id e20sm1224059fga.2007.11.22.07.54.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Nov 2007 07:54:26 -0800 (PST) Message-ID: <4745A676.9070000@day.com> Date: Thu, 22 Nov 2007 16:55:34 +0100 From: Angela Schreiber User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: WebDAV Question ( Access Restriction) References: <9773d7dd0711220727s72f27f6br6de21a25dcfd2d3a@mail.gmail.com> In-Reply-To: <9773d7dd0711220727s72f27f6br6de21a25dcfd2d3a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi alexandre that currently defined by the underlying jcr repository only -> see the access management in the jackrabbit-core. up to now there is no way to define or alter access rights via webdav. see http://issues.apache.org/jira/browse/JCR-350 for the corresponding issue in jira. regards angela Alexandre Martins wrote: > Hi All, > > I need to restrict the access to some folders. How can I do it? What class > resolve this question, verifying if the folder is accessible. > > BR, >