Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 91259 invoked from network); 10 Aug 2005 14:31:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 14:31:40 -0000 Received: (qmail 25331 invoked by uid 500); 10 Aug 2005 14:31:38 -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 25318 invoked by uid 99); 10 Aug 2005 14:31:38 -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 07:31:38 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 74E46E5 for ; Wed, 10 Aug 2005 16:31:37 +0200 (CEST) Message-ID: <973489571.1123684297477.JavaMail.jira@ajax.apache.org> Date: Wed, 10 Aug 2005 16:31:37 +0200 (CEST) From: "angela (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Resolved: (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=all ] angela resolved JCR-179: ------------------------ Resolution: Fixed fixed. if the namespace of a dav-property has not been registered before, an attempt is made to register it. please note, that this still may fail due to a non-unique prefix or due to another error (e.g. missing access rights); i that situation PROPPATCH will fail. > 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 > Assignee: angela > > 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