On Monday, April 23, 2012 04:36:25 PM jaybytez wrote: > Thanks for the help...so it looks like if I was at least using the newest > 2.6.x codebase of CXF, I could take advantage of the setShowBinaryContent > (is that what this method does...determine whether binary content is > logged or is this purely for binary sent within the message body)?
I don't think that would work in your case. That really just checks the Content-Type header and determines if it should log at all. It's mostly for the REST cases were you may be getting an image/jpg or something as the entire message. It doesn't really look at each part or anything. Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/LoggingIn-Out-Interceptor-disable-DataHan > dler-logging-tp5647852p5660727.html Sent from the cxf-user mailing list > archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
