You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2007/01/13 23:39:27 UTC

[jira] Created: (DIRSERVER-827) Spliiting LDIF lines does not work correctly

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

        

[jira] Closed: (DIRSERVER-827) Spliiting LDIF lines does not work correctly

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-827.
---------------------------------------

    Resolution: Fixed

Fixed in 1.0.1 and 1.5.0

> 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

        

[jira] Commented: (DIRSERVER-827) Spliiting LDIF lines does not work correctly

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464554 ] 

Emmanuel Lecharny commented on DIRSERVER-827:
---------------------------------------------

Fixed in 1.5.0 :

http://svn.apache.org/viewvc?view=rev&rev=495995

> 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

        

[jira] Commented: (DIRSERVER-827) Spliiting LDIF lines does not work correctly

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464770 ] 

Emmanuel Lecharny commented on DIRSERVER-827:
---------------------------------------------

Fixed in 1.0.1 :
http://svn.apache.org/viewvc?view=rev&rev=496304

> 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