From ftpserver-dev-return-788-apmail-incubator-ftpserver-dev-archive=incubator.apache.org@incubator.apache.org Mon Jul 16 01:17:22 2007 Return-Path: Delivered-To: apmail-incubator-ftpserver-dev-archive@www.apache.org Received: (qmail 50580 invoked from network); 16 Jul 2007 01:17:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2007 01:17:15 -0000 Received: (qmail 54898 invoked by uid 500); 15 Jul 2007 19:36:28 -0000 Delivered-To: apmail-incubator-ftpserver-dev-archive@incubator.apache.org Received: (qmail 54808 invoked by uid 500); 15 Jul 2007 19:36:28 -0000 Mailing-List: contact ftpserver-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ftpserver-dev@incubator.apache.org Delivered-To: mailing list ftpserver-dev@incubator.apache.org Received: (qmail 54647 invoked by uid 99); 15 Jul 2007 19:36:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jul 2007 12:36:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jul 2007 12:36:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C69C3714208 for ; Sun, 15 Jul 2007 12:36:04 -0700 (PDT) Message-ID: <9797810.1184528164809.JavaMail.jira@brutus> Date: Sun, 15 Jul 2007 12:36:04 -0700 (PDT) From: "Niklas Gustavsson (JIRA)" To: ftpserver-dev@incubator.apache.org Subject: [jira] Closed: (FTPSERVER-101) response.write() does not flush the stream In-Reply-To: <15228976.1183642269047.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.