Description
When CXF processes a SoapFault it logs this WARNing: "Request does not contain Security header, but it's a fault.". The message is logged from the handleMessage at WSS4JInInterceptor in the package org.apache.cxf.ws.security.wss4j.
The message is cryptic but I think it is intended to be an INFO or DEBUG instead of a WARN.
If I'm correct please make this an INFO or a DEBUG; otherwise, rewrite the message to indicate a course of action to eliminate the warning.