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

markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 4cbc494c56 Clearer warning if using insecure algorithm with 
EncryptInterceptor
4cbc494c56 is described below

commit 4cbc494c569597d8ffa6010129f10306d690b311
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jul 2 12:30:11 2026 +0100

    Clearer warning if using insecure algorithm with EncryptInterceptor
---
 .../apache/catalina/tribes/group/interceptors/LocalStrings.properties   | 2 +-
 .../catalina/tribes/group/interceptors/LocalStrings_fr.properties       | 2 +-
 .../catalina/tribes/group/interceptors/LocalStrings_ja.properties       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties 
b/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties
index 79bbc193c0..d8e09b51a8 100644
--- a/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties
+++ b/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties
@@ -20,7 +20,7 @@ domainFilterInterceptor.member.refused=Member [{0}] was 
refused to join cluster
 domainFilterInterceptor.message.refused=Received message from cluster[{0}] was 
refused.
 
 encryptInterceptor.algorithm.required=Encryption algorithm is required, 
fully-specified e.g. AES/GCM/NoPadding
-encryptInterceptor.algorithm.switch=The EncryptInterceptor is using the 
algorithm [{0}]. It is recommended to switch to using AES/GCM/NoPadding.
+encryptInterceptor.algorithm.switch=The EncryptInterceptor is using the 
insecure algorithm [{0}]. It is recommended to switch to using 
AES/GCM/NoPadding.
 encryptInterceptor.algorithm.unsupported=EncryptInterceptor does not support 
algorithm [{0}]
 encryptInterceptor.decrypt.error.short-message=Failed to decrypt message: 
premature end-of-message
 encryptInterceptor.decrypt.failed=Failed to decrypt message
diff --git 
a/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_fr.properties 
b/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_fr.properties
index 1681e851d2..611393adcf 100644
--- 
a/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_fr.properties
+++ 
b/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_fr.properties
@@ -20,7 +20,7 @@ domainFilterInterceptor.member.refused=Le membre [{0}] a été 
refusé dans le c
 domainFilterInterceptor.message.refused=Le message reçu du cluster [{0}] a été 
refusé
 
 encryptInterceptor.algorithm.required=Un algorithme de cryptage est requis, 
avec une spécification complète telle que AES/CBC/PKCS5Padding
-encryptInterceptor.algorithm.switch=EncryptInterceptor utilise l''algorithme 
[{0}], il est recommandé de changer en AES/GCM/NoPadding
+encryptInterceptor.algorithm.switch=EncryptInterceptor utilise l''algorithme 
non sécurisé [{0}], il est recommandé de changer en AES/GCM/NoPadding
 encryptInterceptor.algorithm.unsupported=EncryptInterceptor ne supporte pas 
l''algorithme [{0}]
 encryptInterceptor.decrypt.error.short-message=Echec du décryptage du message 
: fin de message prématuré
 encryptInterceptor.decrypt.failed=Echec de décryptage du message
diff --git 
a/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_ja.properties 
b/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_ja.properties
index dab0f08c99..2841b451bc 100644
--- 
a/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_ja.properties
+++ 
b/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_ja.properties
@@ -20,7 +20,7 @@ domainFilterInterceptor.member.refused=メンバーはクラスター [{0}] へ
 domainFilterInterceptor.message.refused=クラスター [{0}] から受信したメッセージは拒否されました。
 
 encryptInterceptor.algorithm.required=暗号化アルゴリズムが必要です。完全指定。 AES/CBC/PKCS5Padding
-encryptInterceptor.algorithm.switch=EncryptInterceptorはアルゴリズム[{0}]を使用しています。AES/GCM/NoPaddingへの切り替えを推奨します。
+encryptInterceptor.algorithm.switch=EncryptInterceptor は安全ではないアルゴリズム [{0}] 
を使用しています。AES/GCM/NoPadding への切り替えが推奨されます。
 encryptInterceptor.algorithm.unsupported=EncryptInterceptor はアルゴリズム [{0}] 
をサポートしていません
 encryptInterceptor.decrypt.error.short-message=メッセージの復号に失敗: メッセージの末尾が途切れています
 encryptInterceptor.decrypt.failed=メッセージの復号に失敗しました。


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

Reply via email to