Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 33956 invoked from network); 10 Feb 2009 09:37:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 09:37:20 -0000 Received: (qmail 12987 invoked by uid 500); 10 Feb 2009 09:37:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 12895 invoked by uid 500); 10 Feb 2009 09:37:20 -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 12884 invoked by uid 500); 10 Feb 2009 09:37:20 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 12879 invoked by uid 99); 10 Feb 2009 09:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 01:37:20 -0800 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, 10 Feb 2009 09:37:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 57C9A234C48B for ; Tue, 10 Feb 2009 01:36:59 -0800 (PST) Message-ID: <230847129.1234258619345.JavaMail.jira@brutus> Date: Tue, 10 Feb 2009 01:36:59 -0800 (PST) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1327) Add GZIP Content Encoding support for the Camel-http component In-Reply-To: <233401681.1234153139345.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-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49278#action_49278 ] Willem Jiang commented on CAMEL-1327: ------------------------------------- Applied patch with thanks to Roberto @ Roberto After added some jetty unit tests, I made some changes in the HttpDefaultBinding to get it support the GZIP out of box :) BTW, I guess you are using Camel 1.x branch code to create the patch, and I only commit the codes into the trunk (CAMEL 2.x), so please check out trunk code for verification. @ Roman I think current http component's GZIP is a transport level support, and the user of the application level will not get touch with the gzipped data. Please check out the JettyContentTypeTest.java for more information. > Add GZIP Content Encoding support for the Camel-http component > --------------------------------------------------------------- > > Key: CAMEL-1327 > URL: https://issues.apache.org/activemq/browse/CAMEL-1327 > Project: Apache Camel > Issue Type: Improvement > Components: camel-http > Reporter: roberto rojas > Assignee: Willem Jiang > Priority: Minor > Attachments: gzip-content-encoding.patch > > > The Camel-Http component is missing support GZIP content encoding. The supplied patch proposes a way to solve that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.