You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Yue Fang (Jira)" <ji...@apache.org> on 2021/03/12 19:32:00 UTC

[jira] [Resolved] (CXF-7666) Binary multipart payload are shown even if logBinary Flag is set to false

     [ https://issues.apache.org/jira/browse/CXF-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Yue Fang resolved CXF-7666.
-----------------------------------
    Fix Version/s: 3.4.3
                   3.5.0
       Resolution: Fixed

> Binary multipart payload are shown even if logBinary Flag is set to false
> -------------------------------------------------------------------------
>
>                 Key: CXF-7666
>                 URL: https://issues.apache.org/jira/browse/CXF-7666
>             Project: CXF
>          Issue Type: Bug
>          Components: logging
>    Affects Versions: 3.2.1
>            Reporter: Mohamed Moez MANSOURI
>            Assignee: Freeman Yue Fang
>            Priority: Major
>             Fix For: 3.5.0, 3.4.3
>
>
> **
> Iam using
> {code:java}
>                  <dependency>
> 			<groupId>org.apache.cxf</groupId>
> 			<artifactId>cxf-rt-features-logging</artifactId>
>                         <version>3.2.1</version>
> 		</dependency>
> {code}
> And i still have logs of binary parts of a multipart message (image/png) even if the flag "logBinary" of AbstractLoggingInterceptor is false by default.
>  Can you help me ? I would like that if that flag is false , it applies also to the inner parts of a multipart message.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)