Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42D396AD5 for ; Wed, 22 Jun 2011 07:59:14 +0000 (UTC) Received: (qmail 69426 invoked by uid 500); 22 Jun 2011 07:59:14 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 69031 invoked by uid 500); 22 Jun 2011 07:59:12 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 68989 invoked by uid 99); 22 Jun 2011 07:59:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 07:59:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 07:59:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 44B074286BB for ; Wed, 22 Jun 2011 07:58:48 +0000 (UTC) Date: Wed, 22 Jun 2011 07:58:48 +0000 (UTC) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1575333457.27812.1308729528278.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (JCR-3001) DescendantSelfAxisQuery may fail with IOException when session has limited access MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org DescendantSelfAxisQuery may fail with IOException when session has limited access --------------------------------------------------------------------------------- Key: JCR-3001 URL: https://issues.apache.org/jira/browse/JCR-3001 Project: Jackrabbit Content Repository Issue Type: Bug Affects Versions: 2.2.0, 2.1.0, 2.0.0, 1.6.0, 1.5.0 Reporter: Marcel Reutegger Assignee: Marcel Reutegger Fix For: 2.2.8, 2.3.0 The DescendantSelfAxisQuery uses the current session to look up nodes by id. When the session does not have access to a node the exception is incorrectly re-thrown an IOException. Instead, any ItemNotFoundException should be caught and ignored. This is probably a regression caused by JCR-1365 introduced with Jackrabbit 1.5. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira