Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 53979 invoked from network); 15 Mar 2006 05:12:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Mar 2006 05:12:02 -0000 Received: (qmail 59292 invoked by uid 500); 15 Mar 2006 05:12:01 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 59159 invoked by uid 500); 15 Mar 2006 05:12:00 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 59147 invoked by uid 99); 15 Mar 2006 05:12:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 21:12:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 21:12:00 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 41593D49FC for ; Wed, 15 Mar 2006 05:11:39 +0000 (GMT) Message-ID: <705368573.1142399499241.JavaMail.jira@ajax> Date: Wed, 15 Mar 2006 05:11:39 +0000 (GMT) From: "Sahan Gamage (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-98) mod_axis2 cannot handle HTTP chunked streams MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mod_axis2 cannot handle HTTP chunked streams -------------------------------------------- Key: AXIS2C-98 URL: http://issues.apache.org/jira/browse/AXIS2C-98 Project: Axis2-C Type: Bug Components: transport/http Versions: Current (Nightly) Reporter: Sahan Gamage Axis2 Apache2 integration module cannot handle HTTP chunked streams. The problem is, when the input stream from client is chunked, Apache2 gives the data plus the last chunk (0\r\n) of the chunked stream when ap_get_client_block() is called. LibXML2 parser assumes this last chunk is also a part of the xml stream (even though the correct xml is already read by the library) and gives an invaid xml error. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira