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/07/15 19:36:04 UTC

[jira] Closed: (FTPSERVER-101) response.write() does not flush the stream

     [ https://issues.apache.org/jira/browse/FTPSERVER-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-101.
---------------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: 1.0-M2

Answered on the mailing list, not a bug.

> response.write() does not flush the stream
> ------------------------------------------
>
>                 Key: FTPSERVER-101
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-101
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Ftplets
>    Affects Versions: 1.0-M1
>         Environment: All platforms
>            Reporter: ajith
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>             Fix For: 1.0-M2
>
>
> Calls to response.write() does not flush the stream. As a result only some of the responses is written when more than one call  to response.write() is  made. For eg:
>     
>          response.write(1234, "test");
>          //do something
>          response.write(2345, "test");
>          return FtpletEnum.RET_SKIP;
> does NOT print
>         1234 test
>          2345 test
> on the client terminal.

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