From dev-return-17865-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Mar 28 02:54:46 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 51424 invoked from network); 28 Mar 2008 02:54:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2008 02:54:46 -0000 Received: (qmail 34195 invoked by uid 500); 28 Mar 2008 02:54:39 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 34148 invoked by uid 500); 28 Mar 2008 02:54:39 -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 34130 invoked by uid 99); 28 Mar 2008 02:54:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 19:54:39 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 02:53:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E6EB234C0AD for ; Thu, 27 Mar 2008 19:52:24 -0700 (PDT) Message-ID: <1606799803.1206672744648.JavaMail.jira@brutus> Date: Thu, 27 Mar 2008 19:52:24 -0700 (PDT) From: "Dave Brosius (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1506) [PATCH] NodePropBundle can only calculate int sizes from getSize() In-Reply-To: <1179523999.1206672744622.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated JCR-1506: ------------------------------ Attachment: use_long_space.patch > [PATCH] NodePropBundle can only calculate int sizes from getSize() > ------------------------------------------------------------------ > > Key: JCR-1506 > URL: https://issues.apache.org/jira/browse/JCR-1506 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core > Affects Versions: core 1.4.1 > Reporter: Dave Brosius > Priority: Trivial > Fix For: core 1.4.2 > > Attachments: use_long_space.patch > > > NodePropBundle.getSize() does integer math, then casts it to a long, thus limiting the range of values to just those that fit in an integer. This patch fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.