Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 30179 invoked from network); 13 Jan 2007 23:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2007 23:27:49 -0000 Received: (qmail 5455 invoked by uid 500); 13 Jan 2007 23:27:55 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 5427 invoked by uid 500); 13 Jan 2007 23:27:55 -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 5416 invoked by uid 99); 13 Jan 2007 23:27:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2007 15:27:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2007 15:27:48 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F98D7142E3 for ; Sat, 13 Jan 2007 15:27:27 -0800 (PST) Message-ID: <4862010.1168730847504.JavaMail.jira@brutus> Date: Sat, 13 Jan 2007 15:27:27 -0800 (PST) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-827) Spliiting LDIF lines does not work correctly In-Reply-To: <30408422.1168727967502.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/DIRSERVER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464554 ] Emmanuel Lecharny commented on DIRSERVER-827: --------------------------------------------- Fixed in 1.5.0 : http://svn.apache.org/viewvc?view=rev&rev=495995 > Spliiting LDIF lines does not work correctly > -------------------------------------------- > > Key: DIRSERVER-827 > URL: https://issues.apache.org/jira/browse/DIRSERVER-827 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Emmanuel Lecharny > Assigned To: Emmanuel Lecharny > Fix For: 1.0.1 > > > When trying to split a LDIF line every N chars, the last char of each line is repeated on the next line : > abcdef to be split wih 3 chars lines will generate : > "abc\n" > " cd\n" > " de\n" > " ef" > instead of > "abc\n" > " de\n" > " f" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira