Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 84687 invoked from network); 23 Jul 2004 19:54:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jul 2004 19:54:06 -0000 Received: (qmail 49353 invoked by uid 500); 23 Jul 2004 19:53:59 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 49329 invoked by uid 500); 23 Jul 2004 19:53:59 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 49320 invoked by uid 99); 23 Jul 2004 19:53:59 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 23 Jul 2004 12:53:56 -0700 Received: (qmail 29438 invoked from network); 23 Jul 2004 19:55:18 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 23 Jul 2004 19:55:18 -0000 Message-ID: <1445627085.1090612518574.JavaMail.apache@nagoya> Date: Fri, 23 Jul 2004 12:55:18 -0700 (PDT) From: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-1251) Transfer-Encoding not prperly detected on a response stream Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Aaron Hamid Created: Fri, 23 Jul 2004 12:54 PM Body: Ok, I ran this through TCP mon and I am *certain* that the output (body) is correct. In both cases (whether I'm sending chunked or Chunked) the body I'm sending back to Axis is: 1de ... So even when I send "chunked" and it recognizes it, it is not parsing it correctly. --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/AXIS-1251?page=comments#action_36856 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXIS-1251 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXIS-1251 Summary: Transfer-Encoding not prperly detected on a response stream Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Axis Versions: current (nightly) Assignee: Reporter: Danno Ferrin Created: Thu, 11 Mar 2004 2:07 PM Updated: Fri, 23 Jul 2004 12:54 PM Environment: Client and server are Windows XP SP1, J2SE 1.4.2_04. Server is Weblogic 6.1 SP4. Description: When using HTTP 1.1 transport and the server response with a chunked response I get some involved response about a lack of rocument element. The chunking markers are note being processed and being included in the HTTP response. This is because the header is palced in the cache as lower case but the key to fetch it is mixed case. Patch is attached --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira