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

2018-03-07 Thread Mohamed Moez MANSOURI (JIRA)

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

Mohamed Moez MANSOURI commented on CXF-7666:


Hello Dennis, thank you for your answer, but putting logMultipart flag to 
"false" is  not really what i want since it will make the multipart messages 
not logged at all. What i want is to not log the binary part of a multipart 
message.

> 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
>Priority: Major
>
> **
> Iam using
> {code:java}
>  
>   org.apache.cxf
>   cxf-rt-features-logging
> 3.2.1
>   
> {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
(v7.6.3#76005)


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

2018-03-05 Thread Mohamed Moez MANSOURI (JIRA)
Mohamed Moez MANSOURI created CXF-7666:
--

 Summary: 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


**
Iam using
{code:java}
 
org.apache.cxf
cxf-rt-features-logging
3.2.1

{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
(v7.6.3#76005)


[jira] [Commented] (CXF-7016) Update New Logging interceptors to control the logging of binary & multipart payloads

2017-11-27 Thread Mohamed Moez MANSOURI (JIRA)

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

Mohamed Moez MANSOURI commented on CXF-7016:


Iam using 

{code:java}
 
org.apache.cxf
cxf-rt-features-logging
3.2.1

{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.

> Update New Logging interceptors to control the logging of binary & multipart 
> payloads
> -
>
> Key: CXF-7016
> URL: https://issues.apache.org/jira/browse/CXF-7016
> Project: CXF
>  Issue Type: Sub-task
>  Components: logging
>Reporter: Sergey Beryozkin
>Assignee: Christian Schneider
>Priority: Minor
> Fix For: 3.1.10, 3.2.0
>
>
> Hi Christian, here is the one:
> The core interceptors turn off the logging of binary data by default (if 
> enabled this comes up as a sequence of unreadable characters)
> Proposal: at the very least the new interceptors should disable it by default 
> too. The possible improvement would be, in case the binary logging is on, to 
> correctly show the byte representations, ex, format then to hex, etc
> Also, the core interceptors do log Multiparts by default - in many cases 
> (JAXWS, JAXRS) they can be readable but if a multipart is used to pass a 
> binary blob then it also makes sense to let users disable it
> If you'd like I can do an initial sync and then you can improve further as 
> you wish 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CXF-7143) Option for logging SOAP, but without XOP attachments

2017-11-27 Thread Mohamed Moez MANSOURI (JIRA)

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

Mohamed Moez MANSOURI commented on CXF-7143:


Hello Daniel, can redirect me to a documentation about this please ? Thanks

> Option for logging SOAP, but without XOP attachments
> 
>
> Key: CXF-7143
> URL: https://issues.apache.org/jira/browse/CXF-7143
> Project: CXF
>  Issue Type: Wish
>Reporter: Marcin Gorgoń
> Fix For: 3.1.11, 3.2.0
>
>
> As wrote in https://issues.apache.org/jira/browse/CXF-7138
> AbstractLoggingInterceptor may be configured for skipping logging binary 
> content in multipart message, but when set, it will not log SOAP.
> It would be nice to have an option to disable logging binary attachment, but 
> preserve logging SOAP message.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)