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

markt-asf pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 85d7b3a067 Fix various edge cases for secure only configurations
     new c1a75558ff Align naming
     new 635b5952f5 Complete securePort support for DNS membership (untested)
     new bb4e829af0 Update docs to recommend TLS rather than EncryptInterceptor

The 3 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:
 .../group/interceptors/EncryptInterceptor.java     |  3 +
 .../membership/cloud/CloudMembershipProvider.java  |  6 ++
 .../membership/cloud/DNSMembershipProvider.java    |  8 +-
 ...seTest.java => EncryptInterceptorBaseTest.java} |  2 +-
 .../group/interceptors/TestEncryptInterceptor.java |  2 +-
 .../TestEncryptInterceptorAlgorithms.java          |  2 +-
 .../TestEncryptInterceptorLargeHeap.java           |  2 +-
 webapps/docs/cluster-howto.xml                     | 45 +++++++----
 webapps/docs/config/cluster-channel.xml            |  9 ++-
 webapps/docs/config/cluster-interceptor.xml        | 91 ++--------------------
 webapps/docs/config/cluster-membership.xml         |  6 +-
 webapps/docs/config/cluster-receiver.xml           | 13 ++--
 webapps/docs/config/cluster.xml                    | 47 +++++++----
 webapps/docs/security-howto.xml                    | 19 +++--
 14 files changed, 106 insertions(+), 149 deletions(-)
 rename 
test/org/apache/catalina/tribes/group/interceptors/{EncryptionInterceptorBaseTest.java
 => EncryptInterceptorBaseTest.java} (99%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to