Description
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.
Attachments
Issue Links
- causes
-
CXF-8365 LoggingInInterceptor could not be extended / logs only once
- Closed