Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77F83DAF5 for ; Tue, 16 Oct 2012 14:13:03 +0000 (UTC) Received: (qmail 76348 invoked by uid 500); 16 Oct 2012 14:13:03 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 76269 invoked by uid 500); 16 Oct 2012 14:13:03 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 76260 invoked by uid 99); 16 Oct 2012 14:13:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 14:13:03 +0000 Date: Tue, 16 Oct 2012 14:13:03 +0000 (UTC) From: "Glen Mazza (JIRA)" To: issues@cxf.apache.org Message-ID: <1214283.51453.1350396783365.JavaMail.jiratomcat@arcas> In-Reply-To: <96368389.51396.1350395943117.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CXF-4572) GZIPOutInterceptor not negotiating first without compressing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477022#comment-13477022 ] Glen Mazza commented on CXF-4572: --------------------------------- Perhaps we can put in a "force" attribute similar to the FI interceptor that JAX-RS can use by default while allowing the negotiation to still occur with JAX-WS. > GZIPOutInterceptor not negotiating first without compressing > ------------------------------------------------------------ > > Key: CXF-4572 > URL: https://issues.apache.org/jira/browse/CXF-4572 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.7.0 > Reporter: Glen Mazza > Priority: Minor > > The GZIPOutInterceptor, like the Fast Infoset out interceptor, is supposed to negotiate first with the server prior to sending a compressed message as stated in the docs (http://cxf.apache.org/docs/annotations.html#Annotations-GZIP). I.e. the first SOAP request, while containing the "Accept-Encoding: gzip" HTTP header, should still be uncompressed (only subsequent calls compressed) but it is still compressing the message with the first soap request. This results in servers not configured for GZIP to raise can't parse errors. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira