[
https://issues.apache.org/jira/browse/CXF-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14658404#comment-14658404
]
Sergey Beryozkin commented on CXF-6510:
---------------------------------------
Andrei Shakirin made sure STS Client can be used without WS policies to get
SAML assertions from STS. RS SAML Out Interceptors should be able to use them
if needed.
Right now STSTokenRetriever only sets an extra Element property as RS code has
no CXF WS Security dependency. If neded we can update STSTokenRetriever to set
a dedicated token type property too.
> LoggingOutInterceptor: formatLoggingMessage method is not used in every case
> ----------------------------------------------------------------------------
>
> Key: CXF-6510
> URL: https://issues.apache.org/jira/browse/CXF-6510
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.1.1
> Reporter: Vadim Guskov
>
> https://issues.apache.org/jira/browse/CXF-4392 issue has introduced special
> method for logged message format.
> All *log(logger, buffer.toString());* strings have been replaced by
> *log(logger, formatLoggingMessage(buffer));*
> But current version of *LoggingOutInterceptor.LogWriter.close()* contains
> log(..) method call without format:
> https://github.com/apache/cxf/blob/3dc89fe00c4e4165fc7b9c25ca0faec4ef097a87/core/src/main/java/org/apache/cxf/interceptor/LoggingOutInterceptor.java#L180
> Therefore format of logged message is impossible for the Writer case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)