From dev-return-22274-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Mar 05 11:14:22 2009 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 98787 invoked from network); 5 Mar 2009 11:14:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 11:14:22 -0000 Received: (qmail 69423 invoked by uid 500); 5 Mar 2009 11:14:20 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 69383 invoked by uid 500); 5 Mar 2009 11:14:20 -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 69366 invoked by uid 99); 5 Mar 2009 11:14:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 03:14:20 -0800 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; Thu, 05 Mar 2009 11:14:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F40D6234C498 for ; Thu, 5 Mar 2009 03:13:58 -0800 (PST) Message-ID: <929630143.1236251638997.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 03:13:58 -0800 (PST) From: "Thomas Mueller (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-2007) Importing very large strings could fail in some situations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Importing very large strings could fail in some situations ---------------------------------------------------------- Key: JCR-2007 URL: https://issues.apache.org/jira/browse/JCR-2007 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-core Reporter: Thomas Mueller Assignee: Thomas Mueller BufferedStringValue buffers very large string to a temporary file. It uses the platform default encoding to read and write the text. Usually this is not a problem, however importing very large foreign language (for example, Chinese) text properties could fail on some platforms. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.