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 742A21016C for ; Fri, 8 Nov 2013 17:16:32 +0000 (UTC) Received: (qmail 93357 invoked by uid 500); 8 Nov 2013 17:16:32 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 93224 invoked by uid 500); 8 Nov 2013 17:16:28 -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 93199 invoked by uid 99); 8 Nov 2013 17:16:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 17:16:27 +0000 Date: Fri, 8 Nov 2013 17:16:27 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-5377) LoggingInInterceptor is not logging the URL for SOAP or REST non-HTTP requests 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-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin updated CXF-5377: ---------------------------------- Summary: LoggingInInterceptor is not logging the URL for SOAP or REST non-HTTP requests (was: LoggingInInterceptor is not logging the URL for SOAP or REST requests) > LoggingInInterceptor is not logging the URL for SOAP or REST non-HTTP requests > ------------------------------------------------------------------------------- > > Key: CXF-5377 > URL: https://issues.apache.org/jira/browse/CXF-5377 > Project: CXF > Issue Type: Bug > Components: Integration > Affects Versions: 2.7.7 > Environment: All > Reporter: Mandy Warren > Priority: Minor > > When you use local transport, the LoggingInInterceptor does not log the URL. Please see the output below. > 21:13:05.837 [test-rs] [main] INFO o.a.c.t.local.LocalTransportFactory - Creating destination for address local://abcd > 21:13:05.838 [test-rs] [main] INFO org.apache.cxf.endpoint.ServerImpl - Setting the server's publish address to be local://abcd > 21:13:05.849 [test-rs] [main] INFO o.a.c.i.LoggingInInterceptor - Inbound Message > ---------------------------- > ID: 2 > Http-Method: GET > Content-Type: application/json > Headers: {Content-Type=[application/json], Accept=[application/json]} > -------------------------------------- > The URL is logged for HTTP transport. -- This message was sent by Atlassian JIRA (v6.1#6144)