Wrap LDIF generated String every 80 characters
----------------------------------------------

         Key: DIRSERVER-666
         URL: http://issues.apache.org/jira/browse/DIRSERVER-666
     Project: Directory ApacheDS
        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

Reply via email to