Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 1056 invoked from network); 9 Feb 2010 04:06:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 04:06:56 -0000 Received: (qmail 81642 invoked by uid 500); 9 Feb 2010 04:06:56 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 81527 invoked by uid 500); 9 Feb 2010 04:06:56 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 81515 invoked by uid 500); 9 Feb 2010 04:06:55 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 81447 invoked by uid 99); 9 Feb 2010 04:06:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 04:06:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 09 Feb 2010 04:06:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B505234C045 for ; Mon, 8 Feb 2010 20:06:34 -0800 (PST) Message-ID: <2115943972.14021265688393933.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Feb 2010 04:06:33 +0000 (UTC) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-2453) Get ride of the HttpMessage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Get ride of the HttpMessage --------------------------- Key: CAMEL-2453 URL: https://issues.apache.org/activemq/browse/CAMEL-2453 Project: Apache Camel Issue Type: Improvement Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.3.0 As we store the Http Request and Response object into HttpMessage, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.