You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2020/07/23 22:24:52 UTC

[cxf] branch master updated (ce8c085 -> b3b7e59)

This is an automated email from the ASF dual-hosted git repository.

ashakirin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from ce8c085  [CXF-8317] Make netty transport HttpObjectAggregator.maxContentLength configurable (#684)
     add 6870b04  CXF-8099: mask sensitive logging elements
     add dfa0f44  CXF-8099: improvements regarding PR comments
     add 6cf4ea9  CXF-8099: introduced sensitive headers
     add b96ba8a  CXF-8099: introduced sensitive headers
     add 1869eeb  CXF-8099: added header masks to inbound interceptor
     add a99ff2c  CXF-8099: updated method names, removed unused optional
     add b8f66bb  Merge branch 'master' into feature/CXF-8099_mask_sensitive_logging_elements
     add 7abbb40  CXF-8099: changed incoming type: Set instead List
     add 132a28c  CXF-8099: improved null check
     add 218fec0  CXF-8099: names refactoring
     add ed504c8  CXF-8099: added precompiled patterns
     add 61e0304  CXF-8099: parameters renaming
     add edce9a3  CXF-8099: refactored header replacing
     add c4e2f95  CXF-8099: refactored header replacing
     add f337f25  Merge branch 'master' into feature/CXF-8099_mask_sensitive_logging_elements
     new b3b7e59  Merge branch 'feature/CXF-8099_mask_sensitive_logging_elements'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rt/features/logging/pom.xml                        |   1 -
 .../ext/logging/AbstractLoggingInterceptor.java    |  21 ++-
 .../org/apache/cxf/ext/logging/LoggingFeature.java | 110 +++++++++-----
 .../cxf/ext/logging/LoggingInInterceptor.java      |   8 +-
 .../cxf/ext/logging/LoggingOutInterceptor.java     |  10 +-
 .../cxf/ext/logging/MaskSensitiveHelper.java       | 103 +++++++++++++
 .../ext/logging/event/DefaultLogEventMapper.java   |   8 +-
 .../cxf/ext/logging/DefaultLogEventMapperTest.java |  43 +++++-
 .../cxf/ext/logging/MaskSensitiveHelperTest.java   | 162 +++++++++++++++++++++
 .../org/apache/cxf/ext/logging/TransformTest.java  |   8 +-
 10 files changed, 420 insertions(+), 54 deletions(-)
 create mode 100644 rt/features/logging/src/main/java/org/apache/cxf/ext/logging/MaskSensitiveHelper.java
 create mode 100644 rt/features/logging/src/test/java/org/apache/cxf/ext/logging/MaskSensitiveHelperTest.java


[cxf] 01/01: Merge branch 'feature/CXF-8099_mask_sensitive_logging_elements'

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ashakirin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b3b7e59b35a3ca85200e7603b85a2fc84b65b2bf
Merge: ce8c085 f337f25
Author: ashakirin <49...@users.noreply.github.com>
AuthorDate: Fri Jul 24 00:24:28 2020 +0200

    Merge branch 'feature/CXF-8099_mask_sensitive_logging_elements'

 rt/features/logging/pom.xml                        |   1 -
 .../ext/logging/AbstractLoggingInterceptor.java    |  21 ++-
 .../org/apache/cxf/ext/logging/LoggingFeature.java | 110 +++++++++-----
 .../cxf/ext/logging/LoggingInInterceptor.java      |   8 +-
 .../cxf/ext/logging/LoggingOutInterceptor.java     |  10 +-
 .../cxf/ext/logging/MaskSensitiveHelper.java       | 103 +++++++++++++
 .../ext/logging/event/DefaultLogEventMapper.java   |   8 +-
 .../cxf/ext/logging/DefaultLogEventMapperTest.java |  43 +++++-
 .../cxf/ext/logging/MaskSensitiveHelperTest.java   | 162 +++++++++++++++++++++
 .../org/apache/cxf/ext/logging/TransformTest.java  |   8 +-
 10 files changed, 420 insertions(+), 54 deletions(-)