Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 67843 invoked from network); 11 Aug 2005 17:08:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 17:08:57 -0000 Received: (qmail 80963 invoked by uid 500); 11 Aug 2005 17:08:56 -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 80950 invoked by uid 99); 11 Aug 2005 17:08:56 -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; Thu, 11 Aug 2005 10:08:55 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7C154EB for ; Thu, 11 Aug 2005 19:08:54 +0200 (CEST) Message-ID: <1079648883.1123780134506.JavaMail.jira@ajax.apache.org> Date: Thu, 11 Aug 2005 19:08:54 +0200 (CEST) From: "Rob Owen (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Commented: (JCR-175) Contrib JCR-Server: enable PROPPATCH for simple-davresource In-Reply-To: <1607737429.1122469123198.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-175?page=comments#action_12318510 ] Rob Owen commented on JCR-175: ------------------------------ doPropPatch in AbstractWebdavServlet still needs to send back a multistatus (207) response even in the successful case. I didn't see a way to collect the success/failure status for each property, but instead created a multistatus response and added a propstat (SC_OK) for each of the properties in the setProperties and removeProperties. This allowed a WebDAV client, which expected a multistatus response from PROPPATCH, to work correctly with jcr-server. In the more general case the actual property status code will need to be used . > Contrib JCR-Server: enable PROPPATCH for simple-davresource > ----------------------------------------------------------- > > Key: JCR-175 > URL: http://issues.apache.org/jira/browse/JCR-175 > Project: Jackrabbit > Type: Improvement > Reporter: angela > Assignee: angela > Priority: Minor > > implement as suggested: > - jcr-properties are exposed as webdav properties > - PROPPATCH is forwarded to javax.jcr.Property.setValue() and Item.remove() -- 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