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