You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Tomasz Zorawik (Jira)" <ji...@apache.org> on 2020/04/15 15:11:00 UTC

[jira] [Created] (CXF-8257) Logger no longer logs bad requests

Tomasz Zorawik created CXF-8257:
-----------------------------------

             Summary: Logger no longer logs bad requests
                 Key: CXF-8257
                 URL: https://issues.apache.org/jira/browse/CXF-8257
             Project: CXF
          Issue Type: Bug
          Components: logging
    Affects Versions: 3.3.6
            Reporter: Tomasz Zorawik


After update to CXF 3.3.6 I noticed that LoggingInInterceptor (LoggingFeature) no longer logs bad requests. This happens for instance when incorrect operation name is sent in SOAP request body. Previously in such case handleFault(Message) from LoggingInFaultInterceptor was called. It seems that this change happened between 3.3.2 and 3.3.3 where LoggingInFaultInterceptor was deleted.

Is there a new way of logging such requests?

This issue may be connected with CXF-7518, CXF-7562 and CXF-8072  where LoggingInFaultInterceptor was deleted and added back and forth.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)