[ 
https://issues.apache.org/jira/browse/CXF-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549205
 ] 

Daniel Kulp commented on CXF-1262:
----------------------------------


This is more or less working as designed.   The Logging interceptor doesn't 
know anything about protocol specific things like attachments and stuff.

Programatically, you do a 
logInInterceptor.addAfter(AttachmentInInterceptor.class.getName()) which would 
put it after the Attachments are parsed so the InputStream it grabs would just 
be for the root part.   However, that isn't doable with Spring config right 
now.  :-(

I've committed some changes that will allow that to be configured from spring 
via before and after properties.  (collection of strings)



> Logging Interceptor should not log mime/multipart
> -------------------------------------------------
>
>                 Key: CXF-1262
>                 URL: https://issues.apache.org/jira/browse/CXF-1262
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> Running the XOP tests the server console is swamped with binary output

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to