Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-827

Spliiting LDIF lines does not work correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0.1
    • None
    • None

    Description

      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"

      Attachments

        Activity

          People

            elecharny Emmanuel Lécharny
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: