I copied LoggingInInterceptor verbatim into my project, renamed it, and triggered the logging() method on a POST with a non-empty body / content.
The same bug occurred -- namely, that in one of the downstream phases (I believe the marshaling phase), the stream for Message is found to be closed. This suggests to me that the bug is in CXF; again, I am using milestone1. Charlie -- View this message in context: http://cxf.547215.n5.nabble.com/error-Stream-closed-interceptor-logs-request-body-content-CachedOutputStream-tp5740545p5740580.html Sent from the cxf-user mailing list archive at Nabble.com.
