You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2007/05/07 20:17:15 UTC

[jira] Created: (FTPSERVER-84) Server sends and recives duplicate CRs

Server sends and recives duplicate CRs
--------------------------------------

                 Key: FTPSERVER-84
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-84
             Project: FtpServer
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0-M1
            Reporter: Niklas Gustavsson
         Assigned To: Niklas Gustavsson
             Fix For: 1.0-M2


When a file containing CRLF line endings is sent or retrived using FtpServer, the server will duplicate the CR resulting in files with CRCRLF line endings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FTPSERVER-84) Server sends and recives duplicate CRs

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

Niklas Gustavsson closed FTPSERVER-84.
--------------------------------------

    Resolution: Fixed

commit -m "Fixed bug where we would send duplicated CRs (FTPSERVER-84)." C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/IODataConnection.java C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/RetrieveTest.java C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/StoreTest.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/IODataConnection.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/RetrieveTest.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/StoreTest.java
    Transmitting file data ...
    Committed revision 535977.


> Server sends and recives duplicate CRs
> --------------------------------------
>
>                 Key: FTPSERVER-84
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-84
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-M1
>            Reporter: Niklas Gustavsson
>         Assigned To: Niklas Gustavsson
>             Fix For: 1.0-M2
>
>
> When a file containing CRLF line endings is sent or retrived using FtpServer, the server will duplicate the CR resulting in files with CRCRLF line endings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.