Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 48AE9200B6B for ; Fri, 9 Sep 2016 18:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 45B37160ACE; Fri, 9 Sep 2016 16:16:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BF291160AC2 for ; Fri, 9 Sep 2016 18:16:21 +0200 (CEST) Received: (qmail 16066 invoked by uid 500); 9 Sep 2016 16:16:20 -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 15713 invoked by uid 99); 9 Sep 2016 16:16:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 16:16:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8475C2C1B7F for ; Fri, 9 Sep 2016 16:16:20 +0000 (UTC) Date: Fri, 9 Sep 2016 16:16:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-7033) LoggingInterceptors do not handle messages with non-UTF-8 encoding properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 09 Sep 2016 16:16:22 -0000 [ https://issues.apache.org/jira/browse/CXF-7033?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D154774= 55#comment-15477455 ]=20 ASF GitHub Bot commented on CXF-7033: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cxf/pull/163 > LoggingInterceptors do not handle messages with non-UTF-8 encoding proper= ly > -------------------------------------------------------------------------= -- > > Key: CXF-7033 > URL: https://issues.apache.org/jira/browse/CXF-7033 > Project: CXF > Issue Type: Bug > Components: logging > Affects Versions: 3.1.7 > Reporter: Daniel Baumann > Priority: Minor > > If the HTTP communication uses non-UTF-8 encoding, special characters (su= ch as the German umlauts) cause dropping the message payload from log outpu= t when {{prettyLogging}} is enabled. > Example message: > {code} > POST /service HTTP/1.1 > Content-Type: application/soap+xml; action=3D"service-action"; charset=3D= ISO-8859-1 > Accept: */* > User-Agent: Apache CXF 3.1.6 > Cache-Control: no-cache > Pragma: no-cache > Host: host:8081 > Connection: keep-alive > Content-Length: 2072 > ......M=C3=BCller..= . > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)