Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 39920 invoked from network); 10 Aug 2005 08:01:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 08:01:37 -0000 Received: (qmail 60883 invoked by uid 500); 10 Aug 2005 08:01:36 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 60870 invoked by uid 99); 10 Aug 2005 08:01:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 01:01:36 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7CFDEE0 for ; Wed, 10 Aug 2005 10:01:35 +0200 (CEST) Message-ID: <830787434.1123660895498.JavaMail.jira@ajax.apache.org> Date: Wed, 10 Aug 2005 10:01:35 +0200 (CEST) From: "Brian Moseley (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Commented: (JCR-179) PROPPATCH in simple webdav server failing with 403 Forbidden error In-Reply-To: <276331813.1123658284056.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-179?page=comments#action_12318284 ] Brian Moseley commented on JCR-179: ----------------------------------- er, the first sentence of the previous comment should read "it turns out that i was in fact *not* using cadaver correctly". > PROPPATCH in simple webdav server failing with 403 Forbidden error > ------------------------------------------------------------------ > > Key: JCR-179 > URL: http://issues.apache.org/jira/browse/JCR-179 > Project: Jackrabbit > Type: Bug > Reporter: Brian Moseley > > i've configured the import-collection chain (called via MKCOL) to add nodes with the node type "dav:collection", which is defined as such: > NodeTypeName > dav:collection > SuperTypes > nt:folder > IsMixin > false > HasOrderableChildNodes > false > PrimaryItemName > null > PropertyDef > Name * > RequiredType UNDEFINED > DefaultValues null > AutoCreate false > Mandatory false > OnParentVersion COPY > Protected false > Multiple false > PropertyDef > Name * > RequiredType UNDEFINED > DefaultValues null > AutoCreate false > Mandatory false > OnParentVersion COPY > Protected false > Multiple true > the idea is that i should be able to set arbitrary webdav properties (single- or multi-value) on a webdav collection. > when i use cadaver to mkcol a collection (creating a jcr node of type dav:collection) and then try to propset an arbitrary property on that collection (which as i understand it would set a jcr property of the same name on the dav:collection node), i get a 403 Forbidden error: > dav:/home/> mkcol hi > Creating `hi': succeeded. > dav:/home/> propset hi hi hi > Setting property on `hi': failed: > 403 Forbidden > it's not clear to me if i'm using cadaver incorrectly, misunderstanding the PROPPATCH implementation, or both :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira