Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 11262 invoked from network); 6 Apr 2007 14:31:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 14:31:56 -0000 Received: (qmail 94642 invoked by uid 500); 6 Apr 2007 14:32:00 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 94586 invoked by uid 500); 6 Apr 2007 14:32:00 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 94565 invoked by uid 99); 6 Apr 2007 14:32:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 07:32:00 -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; Fri, 06 Apr 2007 07:31:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 47C77714065 for ; Fri, 6 Apr 2007 07:31:32 -0700 (PDT) Message-ID: <30503633.1175869892259.JavaMail.jira@brutus> Date: Fri, 6 Apr 2007 07:31:32 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2449) Request and response content streaming for SimpleHttpServer In-Reply-To: <13171016.1175384125165.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/AXIS2-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2449. ------------------------------------- Resolution: Fixed Applied in 1.2 branch. -- dims > Request and response content streaming for SimpleHttpServer > ------------------------------------------------------------ > > Key: AXIS2-2449 > URL: https://issues.apache.org/jira/browse/AXIS2-2449 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: transports > Reporter: Oleg Kalnichevski > Fix For: nightly > > Attachments: 20070405-simplehttpserver-1.2-branch.patch, 20070405-simplehttpserver.patch > > > Folks, > I am submitting for your consideration a patch that implements request and response content streaming for SimpleHttpServer. > The patch introduces a custom API on top of lower level HttpCore components similar to the Java Servlet API. This enables Axis2 engine to stream content in and out while processing messages without having to use intermediate content buffers, thus eliminating the last significant deficiency in the SimpleHttpServer left from the the old implementation based on Commons HttpClient test classes. > All test cases pass for me. > Please let me know what you think. > Oleg -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org