From dev-return-14137-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Nov 06 23:41:01 2006 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 18231 invoked from network); 6 Nov 2006 23:40:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2006 23:40:59 -0000 Received: (qmail 20699 invoked by uid 500); 6 Nov 2006 23:41:10 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 20663 invoked by uid 500); 6 Nov 2006 23:41:10 -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 20646 invoked by uid 99); 6 Nov 2006 23:41:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 15:41:10 -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; Mon, 06 Nov 2006 15:40:58 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 365E17142FA for ; Mon, 6 Nov 2006 15:40:38 -0800 (PST) Message-ID: <14085229.1162856438220.JavaMail.jira@brutus> Date: Mon, 6 Nov 2006 15:40:38 -0800 (PST) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-666) Wrap LDIF generated String every 80 characters In-Reply-To: <32405712.1152626309830.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 [ http://issues.apache.org/jira/browse/DIRSERVER-666?page=comments#action_12447592 ] Emmanuel Lecharny commented on DIRSERVER-666: --------------------------------------------- Is this "demoniac" issue fixed ? > Wrap LDIF generated String every 80 characters > ---------------------------------------------- > > Key: DIRSERVER-666 > URL: http://issues.apache.org/jira/browse/DIRSERVER-666 > Project: Directory ApacheDS > Issue Type: Improvement > Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) > Ubuntu 6.06 Dapper > Reporter: Pierre-Arnaud Marcelot > Priority: Minor > > When generating the LDIF representation of an entry, using the "public String compose( MultiMap attrHash )" method of the org.apache.directory.shared.ldap.ldif.LdifComposerImpl class, if an attribute is binary, it is encoded into a base64 String. This base64 String is return as is. > It may be useful that the "compose" method wraps the returned String every 80 characters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira