Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 22318 invoked from network); 30 Nov 2008 13:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2008 13:16:05 -0000 Received: (qmail 28548 invoked by uid 500); 30 Nov 2008 13:16:16 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 28526 invoked by uid 500); 30 Nov 2008 13:16:16 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 28515 invoked by uid 99); 30 Nov 2008 13:16:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 05:16:16 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 13:14:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7C03E234C2A2 for ; Sun, 30 Nov 2008 05:15:05 -0800 (PST) Message-ID: <1905017447.1228050905506.JavaMail.jira@brutus> Date: Sun, 30 Nov 2008 05:15:05 -0800 (PST) From: "Trev (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Reopened: (CAMEL-1119) HttpProducer discards response headers, if response code >= 300 In-Reply-To: <1340421842.1227694865365.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/activemq/browse/CAMEL-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trev reopened CAMEL-1119: ------------------------- > HttpProducer discards response headers, if response code >= 300 > --------------------------------------------------------------- > > Key: CAMEL-1119 > URL: https://issues.apache.org/activemq/browse/CAMEL-1119 > Project: Apache Camel > Issue Type: Bug > Components: camel-http > Affects Versions: 1.5.0 > Reporter: Trev > Assignee: Claus Ibsen > Attachments: camel_1119.patch, camel_1119_b.patch > > > In Camel 1.4.0, when a Web server sends an error page to HttpProducer, the Camel route can access the response headers that were sent by the server. In Camel 1.5.0, these headers are discarded by HttpProducer, so the Camel route cannot access them. > Camel 1.5.0 also discards the _content_ of the error page, but that was fixed in [CAMEL-1083|https://issues.apache.org/activemq/browse/CAMEL-1083]. > See discussion: [HttpProducer: how to access the body of an error page?|http://www.nabble.com/HttpProducer%3A-how-to-access-the-body-of-an-error-page--to20475651s22882.html] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.