Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 14582 invoked from network); 23 Oct 2008 20:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2008 20:04:24 -0000 Received: (qmail 35127 invoked by uid 500); 23 Oct 2008 20:04:27 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 35106 invoked by uid 500); 23 Oct 2008 20:04:27 -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 35095 invoked by uid 99); 23 Oct 2008 20:04:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2008 13:04:27 -0700 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; Thu, 23 Oct 2008 20:03:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30913234C258 for ; Thu, 23 Oct 2008 13:02:54 -0700 (PDT) Message-ID: <1971579433.1224792174198.JavaMail.jira@brutus> Date: Thu, 23 Oct 2008 13:02:54 -0700 (PDT) From: "Hadrian Zbarcea (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-302) Added support for the management of the Http headers In-Reply-To: <25347781.1200926856630.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-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-302: ---------------------------------- Fix Version/s: 1.3.0 > Added support for the management of the Http headers > ---------------------------------------------------- > > Key: CAMEL-302 > URL: https://issues.apache.org/activemq/browse/CAMEL-302 > Project: Apache Camel > Issue Type: New Feature > Components: camel-http > Affects Versions: 1.2.0 > Reporter: Donatello Santoro > Priority: Minor > Fix For: 1.3.0 > > Attachments: httpHeaderPatch.patch > > > The HttpProducer checks if in the map of the message there is the property named "org.apache.camel.component.http.header". This property must contain a map of String, that will be added to the header of the message Http. > Then, in a component of Camel it will be possible to write: > public void process(Exchange exchange) throws Exception { > Map headerHttpMap = new HashMap(); > exchange.getIn().setHeader("org.apache.camel.component.http.header", headerHttpMap); > > headerHttpMap.put("SOAPAction", "testAction"); > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.