You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2008/06/19 04:53:45 UTC

[jira] Updated: (DIRSERVER-666) Wrap LDIF generated String every 80 characters

     [ https://issues.apache.org/jira/browse/DIRSERVER-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu updated DIRSERVER-666:
------------------------------------

    Fix Version/s:     (was: 1.5.3)
                   1.5.5

don't know how valid this is need status and does this belong here or in shared-ldap?

> Wrap LDIF generated String every 80 characters
> ----------------------------------------------
>
>                 Key: DIRSERVER-666
>                 URL: https://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
>             Fix For: 1.5.5
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.