[
https://issues.apache.org/jira/browse/CXF-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13819482#comment-13819482
]
Mandy Warren commented on CXF-5377:
-----------------------------------
Hi Sergey sorry for the delay.
I upgraded to 2.7.8-SNAPSHOT (note that I had to exclude swagger as I was
getting dependency convergence issues which I resolved by excluding swagger).
Unfortunately I still see the same behaviour:
2013-11-11 21:56:37,336 [test] [main] INFO o.a.c.i.LoggingInInterceptor -
Inbound Message
----------------------------
ID: 9
Http-Method: GET
Content-Type: application/xml
Headers: {Content-Type=[application/xml], Accept=[application/xml]}
I had the logging enabled using:
<jaxrs:features>
<cxf:logging/>
</jaxrs:features>
Thanks for taking the time to look into this, much appreciated.
> 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)