Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 41367 invoked from network); 12 Jun 2010 15:11:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 15:11:36 -0000 Received: (qmail 14489 invoked by uid 500); 12 Jun 2010 15:11:36 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 14286 invoked by uid 500); 12 Jun 2010 15:11:35 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 14274 invoked by uid 99); 12 Jun 2010 15:11:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:11:35 +0000 X-ASF-Spam-Status: No, hits=-1516.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 15:11:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5CFBDkb006462 for ; Sat, 12 Jun 2010 15:11:14 GMT Message-ID: <18413123.63281276355473973.JavaMail.jira@thor> Date: Sat, 12 Jun 2010 11:11:13 -0400 (EDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Reopened: (DIRSERVER-1319) Cannot save String values larger than 64 Kb In-Reply-To: <356740633.1236161398740.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reopened DIRSERVER-1319: ------------------------------------------ I have some concerns with this snippet of code : - we have no way to tell if the original author allows us to use this code - if so, then I think we need to add some attribution in the header can we send a mail to the author, requesting for an official authorization to use this code ? > Cannot save String values larger than 64 Kb > -------------------------------------------- > > Key: DIRSERVER-1319 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1319 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.4 > Reporter: Emmanuel Lecharny > Assignee: Felix Knecht > Fix For: 2.0.0-RC1 > > > We can't save String values into the server due to the way the entries are serialized : we are using a OutputStream.writeUTF() which is limited to 65535 chars. > We have two options : > - we save data splitting them in smaller chuncks > - we save a reference to a file, considering the data as a stream. > The second option would be way better, but is more complicated to implement. In any case, both system change the way the serialization works. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.