I'd like to stop the WSS4JInInterceptor to print a StackTrace at Info level.
I'm using the mapping into log4j.
Non of the following config in the log4j.properties did do the trick. Why?
log4j.org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor=ERROR
log4j.org.apache.cxf.ws.security.wss4j=ERROR
log4j.org.apache.cxf.phase.PhaseInterceptorChain=ERROR
... the log output is:
2009-12-28 20:52:10,348 [http-80-4] INFO : Invalid username/password
2009-12-28 20:52:10,353 [http-80-4] WARN :
org.apache.ws.security.WSSecurityException: The security token could not be
authenticated or authorized; nested exception is:
java.io.IOException: Invalid username/password
--
View this message in context:
http://old.nabble.com/cxf-stop-logging-stack-trace-for-false-authentication-in-2.0.12-tp26950197p26950197.html
Sent from the cxf-user mailing list archive at Nabble.com.