(tomcat) branch main updated: Improvements to French translations. (remm)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 7ab2e8f1e0 Improvements to French translations. (remm)
7ab2e8f1e0 is described below

commit 7ab2e8f1e0a32e60e5136c8c9e4b3d17814cbbee
Author: Mark Thomas 
AuthorDate: Thu Dec 7 10:37:45 2023 +

Improvements to French translations. (remm)
---
 java/org/apache/catalina/authenticator/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_fr.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_fr.properties  | 4 
 .../catalina/tribes/membership/cloud/LocalStrings_fr.properties   | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_fr.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties   | 1 +
 java/org/apache/tomcat/util/modeler/LocalStrings_fr.properties| 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_fr.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_fr.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_fr.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 17 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
index df9f284cf8..41db2efdf2 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=Le temps alloué au processus de 
login est échu.
 authenticator.tomcatPrincipalLogoutFail=La déconnection avec l'instance de 
TomcatPrincipal a échoué
 authenticator.unauthorized=Impossible d'authentifier avec les crédits fournis 
(provided credentials)
 
+basicAuthenticator.invalidAuthorization=L''autorisation est invalide: [{0}]
 basicAuthenticator.invalidCharset=Les seules valeurs permises sont null, la 
chaîne vide, ou des caractères UTF-8
+basicAuthenticator.notBase64=Les informations d'identification Basic ne sont 
pas encodées en Base64
+basicAuthenticator.notBasic=La méthode d'authentification n'est pas ''Basic''
 
 digestAuthenticator.cacheRemove=Une entrée valide du cache de nonce des 
clients a été enlevée pour faire de la place pour de nouvelles entrées, ce qui 
rend possible une attaque par répétition ; pour éviter cela, il est possible de 
reduire nonceValidity ou d'augmenter nonceCacheSize ; les avertissements de ce 
type ne se reproduiront pas avant 5 minutes
 digestAuthenticator.invalidAlgorithm=Impossible de configurer 
l''authentification DIGEST avec l''algorithme [{0}] car il n''est pas autorisé 
par la RFC 7616
diff --git a/java/org/apache/catalina/manager/LocalStrings_fr.properties 
b/java/org/apache/catalina/manager/LocalStrings_fr.properties
index 399b584b68..d8c506cc45 100644
--- a/java/org/apache/catalina/manager/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_fr.properties
@@ -127,6 +127,7 @@ managerServlet.deployed=OK - Application déployée pour le 
chemin de contexte [
 managerServlet.deployedButNotStarted=ECHEC - Application déployée pour le 
chemin de contexte [{0}] mais le démarrage du contexte a échoué
 managerServlet.error.deploy=Erreur lors du déploiement de [{0}]
 managerServlet.error.idleParam=Impossible d''analyser le paramètre de temps 
d''attente maximum [{0}] qui devrait être un nombre entier
+managerServlet.error.jmx=Erreur JMX
 managerServlet.error.reload=Erreur lors du rechargement de [{0}]
 managerServlet.error.resources=Erreur lors de l''affichage des ressources de 
type [{0}]
 managerServlet.error.serverInfo=Erreur lors de l'affichage des informations 
sur le serveur
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
index 9dba63f1fd..c3fea7c0bf 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=Erreur lors de la 
destruction du contexte [{0}]
 mBeanFactory.contextRemove.addServicedFail=Impossible de supprimer le contexte 
[{0}] car un autre composant est en train d''effectuer des opérations de 
service ave

(tomcat) branch main updated: Improvements to Japanese translations by tak7iji.

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new cac7f6d758 Improvements to Japanese translations by tak7iji.
cac7f6d758 is described below

commit cac7f6d75860828d703f6a0e7f048394c17b50b4
Author: Mark Thomas 
AuthorDate: Thu Dec 7 10:40:44 2023 +

Improvements to Japanese translations by tak7iji.
---
 java/org/apache/catalina/authenticator/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_ja.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_ja.properties  | 4 
 .../catalina/tribes/membership/cloud/LocalStrings_ja.properties   | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_ja.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties   | 1 +
 java/org/apache/tomcat/util/modeler/LocalStrings_ja.properties| 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_ja.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_ja.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_ja.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 17 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
index 8b4d51240c..10f1fa3c7e 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=ログインプロセスに認められていた時
 authenticator.tomcatPrincipalLogoutFail=TomcatPrincipal インスタンスによるログアウトが失敗しました。
 authenticator.unauthorized=提供された証明書で認証できません
 
+basicAuthenticator.invalidAuthorization=無効な認証: [{0}]
 basicAuthenticator.invalidCharset=指定できる値は、null、空の文字列またはUTF-8です。
+basicAuthenticator.notBase64=Basic認証の資格情報がBase64ではありません
+basicAuthenticator.notBasic=認証ヘッダメソッドが ''Basic'' ではありません
 
 
digestAuthenticator.cacheRemove=有効なエントリがクライアントのnonceキャッシュから削除され、新しいエントリのためのスペースが確保されました。
 リプレイ攻撃が可能になりました。 リプレイ攻撃の可能性を防ぐには、nonceValidityを減らすか、nonceCacheSizeを増やしてください。 
このタイプの警告は5分間表示されなくなります。
 digestAuthenticator.invalidAlgorithm=RFC 7616 で許可されていないため、アルゴリズム [{0}] 
を使用するように DIGEST 認証を構成できません。
diff --git a/java/org/apache/catalina/manager/LocalStrings_ja.properties 
b/java/org/apache/catalina/manager/LocalStrings_ja.properties
index bf3ebc1f92..8cb2f1f3e5 100644
--- a/java/org/apache/catalina/manager/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_ja.properties
@@ -129,6 +129,7 @@ managerServlet.deployed=OK - コンテキストパス [{0}] でアプリケー
 managerServlet.deployedButNotStarted=FAIL - コンテキストパス [{0}] 
にアプリケーションを配備しましたが、コンテキストを開始できませんでした
 managerServlet.error.deploy=[{0}]の配備中のエラー
 managerServlet.error.idleParam=アイドルパラメータ [{0}] を整数として解析できませんでした
+managerServlet.error.jmx=JMXエラー
 managerServlet.error.reload=[{0}]の再読み込みエラー
 managerServlet.error.resources=タイプ [{0}] のリソース表示中のエラー
 managerServlet.error.serverInfo=サーバー情報表示中のエラー
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
index 180e8ede70..edf8533808 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=コンテキスト [{0}] 破棄中のエラー
 
mBeanFactory.contextRemove.addServicedFail=別のコンポーネントが現在そのコンテキストを処理しているため、コンテキスト 
[{0}] を削除できません
 mBeanFactory.managerContext=ManagerコンポーネントはContextにのみ追加できます。
 mBeanFactory.noDeployer=ホスト [{0}] Deployer が見つかりません。
+mBeanFactory.noParent=オブジェクト名 [{0}] の親が見つかりません
 mBeanFactory.noService=ドメイン [{0}] にサービスがありません。
 mBeanFactory.notServer=コンテナは Server ではありません。
 
diff --git a/java/org/apache/catalina/realm/LocalStrings_ja.properties 
b/java/org/apache/catalina/realm/LocalStrings_ja.properties
index 2e9f14d479..9e934d405d 100644
--- a/java/org/apache/catalina/realm/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/realm/LocalStrings_ja.properties
@@ -32,6 +32,7 @@ dataSourceRealm.commit=クローズ前に接続をコミットした際に例外
 dataSourceRealm.exception=認証を実行中の例外です
 dataSourceRealm.getPassword.exception=[{0}] のパスワードを取得中に例外が発生しました。
 dataSourceRealm.getRoles.exception=[{0}] のロールを取得中に例外が発生しました。
+dataSourceRealm.noNamingContext=ネーミングコンテキストを取

(tomcat) branch main updated: Improvements to Portuguese (BR) translations by John William Vicente

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new f19bc2264c Improvements to Portuguese (BR) translations by John 
William Vicente
f19bc2264c is described below

commit f19bc2264c5647073157732f13e98a8ac73d63fe
Author: Mark Thomas 
AuthorDate: Thu Dec 7 10:43:18 2023 +

Improvements to Portuguese (BR) translations by John William Vicente
---
 java/org/apache/jasper/resources/LocalStrings_pt_BR.properties | 1 +
 webapps/docs/changelog.xml | 4 
 2 files changed, 5 insertions(+)

diff --git a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties 
b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
index dc8a2dde3c..7ef3a68a8e 100644
--- a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
+++ b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
@@ -16,6 +16,7 @@
 jsp.error.attribute.nowhitespace=A especificação JSP requer que o nome de 
atributo seja precedido por um espaço em branco
 jsp.error.data.file.processing=Erro a processar arquivo [{0}]
 jsp.error.el.template.deferred=#{...} não é permitido no texto do template
+jsp.error.invalid.varscope=escopo de variável invalida [{0}]
 jsp.error.no.scriptlets=Elementos de script ( <%!, 

(tomcat) branch main updated: Improvements to Russian translations by usmazat and remm

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new c32097e760 Improvements to Russian translations by usmazat and remm
c32097e760 is described below

commit c32097e7609fa5070740d58031251c80d38d0c9d
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:01:16 2023 +

Improvements to Russian translations by usmazat and remm
---
 java/jakarta/el/LocalStrings_ru.properties  | 2 +-
 java/org/apache/catalina/connector/LocalStrings_ru.properties   | 2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties| 6 +-
 java/org/apache/catalina/loader/LocalStrings_ru.properties  | 1 +
 java/org/apache/catalina/manager/LocalStrings_ru.properties | 2 +-
 java/org/apache/catalina/manager/host/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/servlets/LocalStrings_ru.properties| 2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties | 3 +++
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 4 
 .../catalina/tribes/group/interceptors/LocalStrings_ru.properties   | 2 ++
 .../apache/catalina/tribes/membership/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/tribes/tipis/LocalStrings_ru.properties| 2 +-
 .../apache/catalina/tribes/transport/nio/LocalStrings_ru.properties | 2 ++
 java/org/apache/coyote/LocalStrings_ru.properties   | 2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties| 1 +
 java/org/apache/tomcat/util/LocalStrings_ru.properties  | 2 +-
 .../apache/tomcat/util/descriptor/web/LocalStrings_ru.properties| 1 +
 .../transport/nio => tomcat/util/json}/LocalStrings_ru.properties   | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties  | 1 +
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties | 2 +-
 webapps/docs/changelog.xml  | 3 +++
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties | 2 +-
 22 files changed, 37 insertions(+), 11 deletions(-)

diff --git a/java/jakarta/el/LocalStrings_ru.properties 
b/java/jakarta/el/LocalStrings_ru.properties
index 8d703a6fe9..aec65d5401 100644
--- a/java/jakarta/el/LocalStrings_ru.properties
+++ b/java/jakarta/el/LocalStrings_ru.properties
@@ -45,7 +45,7 @@ propertyReadError=Ошибка чтения [{1}] в типе [{0}]
 propertyWriteError=Ошибка записи [{1}] в типе [{0}]
 
 staticFieldELResolver.methodNotFound=В классе [{1}] не найден соответствующий 
метод public static с именем [{0}]
-staticFieldELResolver.notFound=В классе [{1}] не найдено поле public static с 
именем [{0}] (экспортированное для Java 9+)
+staticFieldELResolver.notFound=В экспортированном классе [{1}] не найдено 
публичное статическое поле  с именем [{0}]
 staticFieldELResolver.notWritable=Запись в поле static (в данном случае это 
поле [{0}] в классе [{1}]) запрещена
 
 util.method.ambiguous=Не удалось однозначно найти метод: {0}.{1}({2})
diff --git a/java/org/apache/catalina/connector/LocalStrings_ru.properties 
b/java/org/apache/catalina/connector/LocalStrings_ru.properties
index ded8982253..5de1419b09 100644
--- a/java/org/apache/catalina/connector/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_ru.properties
@@ -22,5 +22,5 @@ coyoteConnector.parseBodyMethodNoTrace=Метод TRACE НЕ ДОЛЖЕН 
вкл
 
 coyoteInputStream.nbNotready=В неблокирующем режиме невозможно читать из 
ServletInputStream до тех пор пока не завершится предыдущее чтение и IsReady() 
не вернёт true
 
-coyoteRequest.sendfileNotCanonical=Невозможно определить каноническок имя 
файла [{0}]] указанное для использования с sendfile
+coyoteRequest.sendfileNotCanonical=Невозможно определить каноническое имя 
файла [{0}] указанное для использования с sendfile
 coyoteRequest.sessionEndAccessFail=Исключение вызвало прекращение доступа к 
сессии при очистке запроса
diff --git a/java/org/apache/catalina/core/LocalStrings_ru.properties 
b/java/org/apache/catalina/core/LocalStrings_ru.properties
index 719b01b9fa..3e04a3df2d 100644
--- a/java/org/apache/catalina/core/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ru.properties
@@ -22,15 +22,19 @@ applicationContext.setAttribute.namenull=Имя не может быть 
пус
 
 applicationDispatcher.specViolation.response=Оригинальный ServletResponse или 
обернутый оригинальный ServletResponse не передан в Request Dispatcher в 
нарушение SRV.8.2 и SRV.14.2.5.1
 
+applicationHttpRequest.sessionEndAccessFail=Исключение вызвало прекращение 
доступа к сессии при очистке запроса
+
 aprListener.initializingFIPS=Инициализируется режим FIPS...
 
 filterChain.filter=При выполнении фильтра выброшено исключение
 
+naming.unbindFailed=Ошибка при отвязывании объекта: [{0}]
 naming.wsdlFailed=wsdl файл не найден: 

(tomcat) 04/05: Improvements to Portuguese (BR) translations by John William Vicente

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit d57018dd1ade319db8457d465d540b042d48317b
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:20:34 2023 +

Improvements to Portuguese (BR) translations by John William Vicente
---
 java/org/apache/jasper/resources/LocalStrings_pt_BR.properties | 1 +
 webapps/docs/changelog.xml | 4 
 2 files changed, 5 insertions(+)

diff --git a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties 
b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
index f504b8f067..aa034eefd3 100644
--- a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
+++ b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
@@ -17,6 +17,7 @@ jsp.error.attribute.nowhitespace=A especificação JSP requer 
que o nome de atri
 jsp.error.data.file.processing=Erro a processar arquivo [{0}]
 jsp.error.el.template.deferred=#{...} não é permitido no texto do template
 jsp.error.fallback.invalidUse=jsp:fallback precisa ser um filho direto do 
jsp:plugin
+jsp.error.invalid.varscope=escopo de variável invalida [{0}]
 jsp.error.no.scriptlets=Elementos de script ( <%!, 

(tomcat) 03/05: Improvements to Japanese translations by tak7iji

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit d3019282d5e520e9f806cb178e03e2dfa7238401
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:20:09 2023 +

Improvements to Japanese translations by tak7iji
---
 java/org/apache/catalina/authenticator/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_ja.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_ja.properties  | 4 
 .../catalina/tribes/membership/cloud/LocalStrings_ja.properties   | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_ja.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties   | 1 +
 java/org/apache/tomcat/util/modeler/LocalStrings_ja.properties| 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_ja.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_ja.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_ja.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 17 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
index 8b4d51240c..10f1fa3c7e 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=ログインプロセスに認められていた時
 authenticator.tomcatPrincipalLogoutFail=TomcatPrincipal インスタンスによるログアウトが失敗しました。
 authenticator.unauthorized=提供された証明書で認証できません
 
+basicAuthenticator.invalidAuthorization=無効な認証: [{0}]
 basicAuthenticator.invalidCharset=指定できる値は、null、空の文字列またはUTF-8です。
+basicAuthenticator.notBase64=Basic認証の資格情報がBase64ではありません
+basicAuthenticator.notBasic=認証ヘッダメソッドが ''Basic'' ではありません
 
 
digestAuthenticator.cacheRemove=有効なエントリがクライアントのnonceキャッシュから削除され、新しいエントリのためのスペースが確保されました。
 リプレイ攻撃が可能になりました。 リプレイ攻撃の可能性を防ぐには、nonceValidityを減らすか、nonceCacheSizeを増やしてください。 
このタイプの警告は5分間表示されなくなります。
 digestAuthenticator.invalidAlgorithm=RFC 7616 で許可されていないため、アルゴリズム [{0}] 
を使用するように DIGEST 認証を構成できません。
diff --git a/java/org/apache/catalina/manager/LocalStrings_ja.properties 
b/java/org/apache/catalina/manager/LocalStrings_ja.properties
index bf3ebc1f92..8cb2f1f3e5 100644
--- a/java/org/apache/catalina/manager/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_ja.properties
@@ -129,6 +129,7 @@ managerServlet.deployed=OK - コンテキストパス [{0}] でアプリケー
 managerServlet.deployedButNotStarted=FAIL - コンテキストパス [{0}] 
にアプリケーションを配備しましたが、コンテキストを開始できませんでした
 managerServlet.error.deploy=[{0}]の配備中のエラー
 managerServlet.error.idleParam=アイドルパラメータ [{0}] を整数として解析できませんでした
+managerServlet.error.jmx=JMXエラー
 managerServlet.error.reload=[{0}]の再読み込みエラー
 managerServlet.error.resources=タイプ [{0}] のリソース表示中のエラー
 managerServlet.error.serverInfo=サーバー情報表示中のエラー
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
index 180e8ede70..edf8533808 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=コンテキスト [{0}] 破棄中のエラー
 
mBeanFactory.contextRemove.addServicedFail=別のコンポーネントが現在そのコンテキストを処理しているため、コンテキスト 
[{0}] を削除できません
 mBeanFactory.managerContext=ManagerコンポーネントはContextにのみ追加できます。
 mBeanFactory.noDeployer=ホスト [{0}] Deployer が見つかりません。
+mBeanFactory.noParent=オブジェクト名 [{0}] の親が見つかりません
 mBeanFactory.noService=ドメイン [{0}] にサービスがありません。
 mBeanFactory.notServer=コンテナは Server ではありません。
 
diff --git a/java/org/apache/catalina/realm/LocalStrings_ja.properties 
b/java/org/apache/catalina/realm/LocalStrings_ja.properties
index 2e9f14d479..9e934d405d 100644
--- a/java/org/apache/catalina/realm/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/realm/LocalStrings_ja.properties
@@ -32,6 +32,7 @@ dataSourceRealm.commit=クローズ前に接続をコミットした際に例外
 dataSourceRealm.exception=認証を実行中の例外です
 dataSourceRealm.getPassword.exception=[{0}] のパスワードを取得中に例外が発生しました。
 dataSourceRealm.getRoles.exception=[{0}] のロールを取得中に例外が発生しました。
+dataSourceRealm.noNamingContext=ネーミングコンテキストを取得するためにサーバーにアクセスできません
 
 jaasCallback.username=返されたユーザー名[{0}]
 
@@ -69,6 +70,7 @@ jndiRealm.emptyCipherSuites=指定された暗号スイートの空の文字列
 jndiRealm.exception=認証実行中の例外です
 jndiRealm

(tomcat) 05/05: Improvements to Russian translations by usmazat and remm

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 7d8246353ffb1e150dc9a5863fa9fb96d1308388
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:21:08 2023 +

Improvements to Russian translations by usmazat and remm
---
 java/jakarta/el/LocalStrings_ru.properties  | 2 +-
 java/org/apache/catalina/connector/LocalStrings_ru.properties   | 2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties| 6 +-
 java/org/apache/catalina/loader/LocalStrings_ru.properties  | 1 +
 java/org/apache/catalina/manager/LocalStrings_ru.properties | 2 +-
 java/org/apache/catalina/manager/host/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/servlets/LocalStrings_ru.properties| 2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties | 3 +++
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 4 
 .../catalina/tribes/group/interceptors/LocalStrings_ru.properties   | 2 ++
 .../apache/catalina/tribes/membership/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/tribes/tipis/LocalStrings_ru.properties| 2 +-
 .../apache/catalina/tribes/transport/nio/LocalStrings_ru.properties | 2 ++
 java/org/apache/coyote/LocalStrings_ru.properties   | 2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties| 1 +
 java/org/apache/tomcat/util/LocalStrings_ru.properties  | 2 +-
 .../apache/tomcat/util/descriptor/web/LocalStrings_ru.properties| 1 +
 .../transport/nio => tomcat/util/json}/LocalStrings_ru.properties   | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties  | 1 +
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties | 2 +-
 webapps/docs/changelog.xml  | 3 +++
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties | 2 +-
 22 files changed, 37 insertions(+), 11 deletions(-)

diff --git a/java/jakarta/el/LocalStrings_ru.properties 
b/java/jakarta/el/LocalStrings_ru.properties
index 8d703a6fe9..aec65d5401 100644
--- a/java/jakarta/el/LocalStrings_ru.properties
+++ b/java/jakarta/el/LocalStrings_ru.properties
@@ -45,7 +45,7 @@ propertyReadError=Ошибка чтения [{1}] в типе [{0}]
 propertyWriteError=Ошибка записи [{1}] в типе [{0}]
 
 staticFieldELResolver.methodNotFound=В классе [{1}] не найден соответствующий 
метод public static с именем [{0}]
-staticFieldELResolver.notFound=В классе [{1}] не найдено поле public static с 
именем [{0}] (экспортированное для Java 9+)
+staticFieldELResolver.notFound=В экспортированном классе [{1}] не найдено 
публичное статическое поле  с именем [{0}]
 staticFieldELResolver.notWritable=Запись в поле static (в данном случае это 
поле [{0}] в классе [{1}]) запрещена
 
 util.method.ambiguous=Не удалось однозначно найти метод: {0}.{1}({2})
diff --git a/java/org/apache/catalina/connector/LocalStrings_ru.properties 
b/java/org/apache/catalina/connector/LocalStrings_ru.properties
index ded8982253..5de1419b09 100644
--- a/java/org/apache/catalina/connector/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_ru.properties
@@ -22,5 +22,5 @@ coyoteConnector.parseBodyMethodNoTrace=Метод TRACE НЕ ДОЛЖЕН 
вкл
 
 coyoteInputStream.nbNotready=В неблокирующем режиме невозможно читать из 
ServletInputStream до тех пор пока не завершится предыдущее чтение и IsReady() 
не вернёт true
 
-coyoteRequest.sendfileNotCanonical=Невозможно определить каноническок имя 
файла [{0}]] указанное для использования с sendfile
+coyoteRequest.sendfileNotCanonical=Невозможно определить каноническое имя 
файла [{0}] указанное для использования с sendfile
 coyoteRequest.sessionEndAccessFail=Исключение вызвало прекращение доступа к 
сессии при очистке запроса
diff --git a/java/org/apache/catalina/core/LocalStrings_ru.properties 
b/java/org/apache/catalina/core/LocalStrings_ru.properties
index 719b01b9fa..3e04a3df2d 100644
--- a/java/org/apache/catalina/core/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ru.properties
@@ -22,15 +22,19 @@ applicationContext.setAttribute.namenull=Имя не может быть 
пус
 
 applicationDispatcher.specViolation.response=Оригинальный ServletResponse или 
обернутый оригинальный ServletResponse не передан в Request Dispatcher в 
нарушение SRV.8.2 и SRV.14.2.5.1
 
+applicationHttpRequest.sessionEndAccessFail=Исключение вызвало прекращение 
доступа к сессии при очистке запроса
+
 aprListener.initializingFIPS=Инициализируется режим FIPS...
 
 filterChain.filter=При выполнении фильтра выброшено исключение
 
+naming.unbindFailed=Ошибка при отвязывании объекта: [{0}]
 naming.wsdlFailed=wsdl файл не найден: [{0}]
 
 standardContext.filterStart=Ошибка при старте фильтра [{0}]
 standardContext.invalidWrapperClass=[{0}] не является подклассом 
StandardWrapper
 standardContext.parame

(tomcat) 01/05: Format and ordering fixes - triggered by i18n backport process

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 564108af53763d2556a3639ed1ad6eb9d53d80fb
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:18:35 2023 +

Format and ordering fixes - triggered by i18n backport process
---
 java/jakarta/el/LocalStrings.properties  | 1 -
 java/org/apache/tomcat/util/net/jsse/LocalStrings.properties | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/jakarta/el/LocalStrings.properties 
b/java/jakarta/el/LocalStrings.properties
index c337c071e5..e0bc40d9f8 100644
--- a/java/jakarta/el/LocalStrings.properties
+++ b/java/jakarta/el/LocalStrings.properties
@@ -43,7 +43,6 @@ propertyNotReadable=Property [{1}] not readable on type [{0}]
 propertyNotWritable=Property [{1}] not writable on type [{0}]
 propertyReadError=Error reading [{1}] on type [{0}]
 propertyWriteError=Error writing [{1}] on type [{0}]
-
 resolverNotWritable=ELResolver not writable for type [{0}]
 
 staticFieldELResolver.methodNotFound=No matching public static method named 
[{0}] found on class [{1}]
diff --git a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
index 888a2a6761..9a21160bd7 100644
--- a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
@@ -20,10 +20,10 @@ jsseUtil.excludeProtocol=The SSL protocol [{0}] which is 
supported in this JRE w
 jsseUtil.noDefaultProtocols=Unable to determine a default for 
sslEnabledProtocols. Set an explicit value to ensure the connector can start.
 
 pemFile.noMultiPrimes=The PKCS#1 certificate is in multi-prime format and Java 
does not provide an API for constructing an RSA private key object from that 
format
-pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915
 pemFile.notPbkdf2=The OID [{0}] is not the correct OID for PKBDF2 which is the 
only permitted KDF for PBES2
+pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915
 pemFile.parseError=Unable to parse the key from [{0}]
 pemFile.unknownEncryptedFormat=The format [{0}] is not a recognised encrypted 
PEM file format
 pemFile.unknownEncryptionAlgorithm=The encryption algorithm with DER encoded 
OID of [{0}] was not recognised
+pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded 
OID of [{0}] was not recognised
 pemFile.unknownPrfAlgorithm=The pseudo random function with DER encoded OID of 
[{0}] was not recognised
-pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded 
OID of [{0}] was not recognised
\ No newline at end of file


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 10.1.x updated (96a5a983df -> 7d8246353f)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


from 96a5a983df Improve error handling
 new 564108af53 Format and ordering fixes - triggered by i18n backport 
process
 new 589b5134eb Improvements to French translations. (remm)
 new d3019282d5 Improvements to Japanese translations by tak7iji
 new d57018dd1a Improvements to Portuguese (BR) translations by John 
William Vicente
 new 7d8246353f Improvements to Russian translations by usmazat and remm

The 5 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:
 java/jakarta/el/LocalStrings.properties |  1 -
 java/jakarta/el/LocalStrings_ru.properties  |  2 +-
 .../catalina/authenticator/LocalStrings_fr.properties   |  3 +++
 .../catalina/authenticator/LocalStrings_ja.properties   |  3 +++
 .../apache/catalina/connector/LocalStrings_ru.properties|  2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties|  6 +-
 java/org/apache/catalina/loader/LocalStrings_ru.properties  |  1 +
 java/org/apache/catalina/manager/LocalStrings_fr.properties |  1 +
 java/org/apache/catalina/manager/LocalStrings_ja.properties |  1 +
 java/org/apache/catalina/manager/LocalStrings_ru.properties |  2 +-
 .../apache/catalina/manager/host/LocalStrings_ru.properties |  2 +-
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties  |  1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties  |  1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties   |  3 +++
 java/org/apache/catalina/realm/LocalStrings_ja.properties   |  3 +++
 .../org/apache/catalina/security/LocalStrings_fr.properties |  4 
 .../org/apache/catalina/security/LocalStrings_ja.properties |  4 
 .../org/apache/catalina/servlets/LocalStrings_ru.properties |  2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties |  3 +++
 java/org/apache/catalina/startup/LocalStrings_ru.properties |  4 
 .../tribes/group/interceptors/LocalStrings_ru.properties|  2 ++
 .../catalina/tribes/membership/LocalStrings_ru.properties   |  2 +-
 .../tribes/membership/cloud/LocalStrings_fr.properties  |  1 +
 .../tribes/membership/cloud/LocalStrings_ja.properties  |  1 +
 .../apache/catalina/tribes/tipis/LocalStrings_ru.properties |  2 +-
 .../tribes/transport/nio/LocalStrings_ru.properties |  2 ++
 java/org/apache/coyote/LocalStrings_ru.properties   |  2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties|  1 +
 .../apache/coyote/http11/filters/LocalStrings_fr.properties |  3 +++
 .../apache/coyote/http11/filters/LocalStrings_ja.properties |  3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties |  3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties |  3 +++
 .../apache/jasper/resources/LocalStrings_pt_BR.properties   |  1 +
 java/org/apache/tomcat/util/LocalStrings_ru.properties  |  2 +-
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties  |  1 +
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties  |  1 +
 .../tomcat/util/descriptor/web/LocalStrings_ru.properties   |  1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties |  1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties |  1 +
 .../util/json}/LocalStrings_ru.properties   |  2 +-
 .../apache/tomcat/util/modeler/LocalStrings_fr.properties   |  1 +
 .../apache/tomcat/util/modeler/LocalStrings_ja.properties   |  1 +
 .../tomcat/util/modeler/modules}/LocalStrings_fr.properties |  2 +-
 .../tomcat/util/modeler/modules}/LocalStrings_ja.properties |  2 +-
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties  |  1 +
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties  |  1 +
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties  |  1 +
 .../org/apache/tomcat/util/net/jsse/LocalStrings.properties |  4 ++--
 .../util/net/openssl/ciphers/LocalStrings_fr.properties |  1 +
 .../util/net/openssl/ciphers/LocalStrings_ja.properties |  1 +
 .../apache/tomcat/util/threads/LocalStrings_fr.properties   |  2 ++
 .../apache/tomcat/util/threads/LocalStrings_ja.properties   |  2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties |  2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties |  2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties |  2 +-
 webapps/docs/changelog.xml  | 13 +
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties |  2 +-
 57 files changed, 108 insertions(+), 16 deletions(-)
 copy java/org/apache/{catalina/authenticator => 
tomcat/util/json}/LocalStrings_ru.properties (86%)
 copy java/{jakarta/servlet/jsp => 
org/apache/tom

(tomcat) 02/05: Improvements to French translations. (remm)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 589b5134eb949b2f0539f0a7b8c13a7a2f8962c9
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:19:26 2023 +

Improvements to French translations. (remm)
---
 java/org/apache/catalina/authenticator/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_fr.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_fr.properties  | 4 
 .../catalina/tribes/membership/cloud/LocalStrings_fr.properties   | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_fr.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties   | 1 +
 java/org/apache/tomcat/util/modeler/LocalStrings_fr.properties| 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_fr.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_fr.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_fr.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 17 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
index df9f284cf8..41db2efdf2 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=Le temps alloué au processus de 
login est échu.
 authenticator.tomcatPrincipalLogoutFail=La déconnection avec l'instance de 
TomcatPrincipal a échoué
 authenticator.unauthorized=Impossible d'authentifier avec les crédits fournis 
(provided credentials)
 
+basicAuthenticator.invalidAuthorization=L''autorisation est invalide: [{0}]
 basicAuthenticator.invalidCharset=Les seules valeurs permises sont null, la 
chaîne vide, ou des caractères UTF-8
+basicAuthenticator.notBase64=Les informations d'identification Basic ne sont 
pas encodées en Base64
+basicAuthenticator.notBasic=La méthode d'authentification n'est pas ''Basic''
 
 digestAuthenticator.cacheRemove=Une entrée valide du cache de nonce des 
clients a été enlevée pour faire de la place pour de nouvelles entrées, ce qui 
rend possible une attaque par répétition ; pour éviter cela, il est possible de 
reduire nonceValidity ou d'augmenter nonceCacheSize ; les avertissements de ce 
type ne se reproduiront pas avant 5 minutes
 digestAuthenticator.invalidAlgorithm=Impossible de configurer 
l''authentification DIGEST avec l''algorithme [{0}] car il n''est pas autorisé 
par la RFC 7616
diff --git a/java/org/apache/catalina/manager/LocalStrings_fr.properties 
b/java/org/apache/catalina/manager/LocalStrings_fr.properties
index 399b584b68..d8c506cc45 100644
--- a/java/org/apache/catalina/manager/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_fr.properties
@@ -127,6 +127,7 @@ managerServlet.deployed=OK - Application déployée pour le 
chemin de contexte [
 managerServlet.deployedButNotStarted=ECHEC - Application déployée pour le 
chemin de contexte [{0}] mais le démarrage du contexte a échoué
 managerServlet.error.deploy=Erreur lors du déploiement de [{0}]
 managerServlet.error.idleParam=Impossible d''analyser le paramètre de temps 
d''attente maximum [{0}] qui devrait être un nombre entier
+managerServlet.error.jmx=Erreur JMX
 managerServlet.error.reload=Erreur lors du rechargement de [{0}]
 managerServlet.error.resources=Erreur lors de l''affichage des ressources de 
type [{0}]
 managerServlet.error.serverInfo=Erreur lors de l'affichage des informations 
sur le serveur
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
index 9dba63f1fd..c3fea7c0bf 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=Erreur lors de la 
destruction du contexte [{0}]
 mBeanFactory.contextRemove.addServicedFail=Impossible de supprimer le contexte 
[{0}] car un autre composant est en train d''effectuer des opérations de 
service avec ce nom
 mBeanFactory.managerContext=Un gestionnaire de sessions ne peut être ajouté 
qu'à un contexte
 mBeanFactory.noDeployer=Un déployeur n''a pas été trouvé 

Buildbot failure in on tomcat-11.0.x

2023-12-07 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/791
Blamelist: Mark Thomas 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch main] c32097e7609fa5070740d58031251c80d38d0c9d


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  shell_6: 0

  compile: 1

  shell_7: 0

  shell_8: 0

  shell_9: 0

  shell_10: 0

  Rsync docs to nightlies.apache.org: 0

  shell_11: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_12: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch main updated: Fix output alignment

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 16660530fe Fix output alignment
16660530fe is described below

commit 16660530fe4f4c91c9e33673492d5ff1b16007a3
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:06:07 2023 +

Fix output alignment
---
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/startup/LocalStrings_ru.properties 
b/java/org/apache/catalina/startup/LocalStrings_ru.properties
index ef37bf0feb..2bccc93260 100644
--- a/java/org/apache/catalina/startup/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/startup/LocalStrings_ru.properties
@@ -35,8 +35,8 @@ versionLoggerListener.catalina.home=CATALINA_HOME: {0}
 versionLoggerListener.java.home=Java Home: {0}
 versionLoggerListener.os.arch=Архитектура:   {0}
 versionLoggerListener.os.version=Версия ОС: {0}
-versionLoggerListener.serverInfo.server.built=Сервер собран:   {0}
-versionLoggerListener.serverInfo.server.number=Номер версии сервера: {0}
-versionLoggerListener.serverInfo.server.version=Имя версии сервера:   {0}
+versionLoggerListener.serverInfo.server.built=Сервер собран: {0}
+versionLoggerListener.serverInfo.server.number=Номер версии сервера:  {0}
+versionLoggerListener.serverInfo.server.version=Имя версии сервера:{0}
 versionLoggerListener.vm.vendor=Производитель JVM: {0}
 versionLoggerListener.vm.version=Версия JVM:{0}


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 10.1.x updated: Fix output alignment

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/10.1.x by this push:
 new 49fee6a745 Fix output alignment
49fee6a745 is described below

commit 49fee6a7453745651a2d1876b1362929d34a9a0d
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:06:07 2023 +

Fix output alignment
---
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/startup/LocalStrings_ru.properties 
b/java/org/apache/catalina/startup/LocalStrings_ru.properties
index ef37bf0feb..2bccc93260 100644
--- a/java/org/apache/catalina/startup/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/startup/LocalStrings_ru.properties
@@ -35,8 +35,8 @@ versionLoggerListener.catalina.home=CATALINA_HOME: {0}
 versionLoggerListener.java.home=Java Home: {0}
 versionLoggerListener.os.arch=Архитектура:   {0}
 versionLoggerListener.os.version=Версия ОС: {0}
-versionLoggerListener.serverInfo.server.built=Сервер собран:   {0}
-versionLoggerListener.serverInfo.server.number=Номер версии сервера: {0}
-versionLoggerListener.serverInfo.server.version=Имя версии сервера:   {0}
+versionLoggerListener.serverInfo.server.built=Сервер собран: {0}
+versionLoggerListener.serverInfo.server.number=Номер версии сервера:  {0}
+versionLoggerListener.serverInfo.server.version=Имя версии сервера:{0}
 versionLoggerListener.vm.vendor=Производитель JVM: {0}
 versionLoggerListener.vm.version=Версия JVM:{0}


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 9.0.x updated (be48ff50e7 -> a57fc265e3)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


from be48ff50e7 Improve error handling
 new 0d30483d74 Format and ordering fixes - triggered by i18n backport 
process
 new f1dfbc04ab Improvements to French translations. (remm)
 new 59e732fe0e Improvements to Japanese translations by tak7iji.
 new c1f8e70d74 Improvements to Portuguese (BR) translations by John 
William Vicente
 new 42e86f61ae Improvements to Russian translations by usmazat and remm
 new a57fc265e3 Fix output alignment

The 6 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:
 java/javax/el/LocalStrings.properties   |  1 -
 .../catalina/authenticator/LocalStrings_fr.properties   |  3 +++
 .../catalina/authenticator/LocalStrings_ja.properties   |  3 +++
 .../apache/catalina/connector/LocalStrings_ru.properties|  2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties|  6 +-
 java/org/apache/catalina/manager/LocalStrings_fr.properties |  1 +
 java/org/apache/catalina/manager/LocalStrings_ja.properties |  1 +
 java/org/apache/catalina/manager/LocalStrings_ru.properties |  2 +-
 .../apache/catalina/manager/host/LocalStrings_ru.properties |  2 +-
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties  |  1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties  |  1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties   |  3 +++
 java/org/apache/catalina/realm/LocalStrings_ja.properties   |  3 +++
 .../org/apache/catalina/security/LocalStrings_fr.properties |  4 
 .../org/apache/catalina/security/LocalStrings_ja.properties |  4 
 .../org/apache/catalina/servlets/LocalStrings_ru.properties |  2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties |  2 ++
 java/org/apache/catalina/startup/LocalStrings_ru.properties |  4 
 .../tribes/group/interceptors/LocalStrings_ru.properties|  2 ++
 .../catalina/tribes/membership/LocalStrings_ru.properties   |  2 +-
 .../tribes/membership/cloud/LocalStrings_fr.properties  |  1 +
 .../tribes/membership/cloud/LocalStrings_ja.properties  |  1 +
 .../apache/catalina/tribes/tipis/LocalStrings_ru.properties |  2 +-
 .../tribes/transport/nio/LocalStrings_ru.properties |  2 ++
 java/org/apache/coyote/LocalStrings_ru.properties   |  2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties|  1 +
 .../apache/coyote/http11/filters/LocalStrings_fr.properties |  3 +++
 .../apache/coyote/http11/filters/LocalStrings_ja.properties |  3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties |  3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties |  3 +++
 .../apache/jasper/resources/LocalStrings_pt_BR.properties   |  1 +
 java/org/apache/tomcat/util/LocalStrings_ru.properties  |  2 +-
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties  |  1 +
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties  |  1 +
 .../tomcat/util/descriptor/web/LocalStrings_ru.properties   |  1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties |  1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties |  1 +
 .../session => tomcat/util/json}/LocalStrings_ru.properties |  2 +-
 .../apache/tomcat/util/modeler/LocalStrings_fr.properties   |  1 +
 .../apache/tomcat/util/modeler/LocalStrings_ja.properties   |  1 +
 .../util/modeler/modules}/LocalStrings_fr.properties|  2 +-
 .../util/modeler/modules}/LocalStrings_ja.properties|  2 +-
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties  |  1 +
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties  |  1 +
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties  |  1 +
 .../org/apache/tomcat/util/net/jsse/LocalStrings.properties |  4 ++--
 .../util/net/openssl/ciphers/LocalStrings_fr.properties |  1 +
 .../util/net/openssl/ciphers/LocalStrings_ja.properties |  1 +
 .../apache/tomcat/util/threads/LocalStrings_fr.properties   |  2 ++
 .../apache/tomcat/util/threads/LocalStrings_ja.properties   |  2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties |  2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties |  2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties |  2 +-
 webapps/docs/changelog.xml  | 13 +
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties |  2 +-
 55 files changed, 105 insertions(+), 15 deletions(-)
 copy java/org/apache/{catalina/ha/session => 
tomcat/util/json}/LocalStrings_ru.properties (86%)
 copy java/org/apache/{naming/factory/webservices => 
tomcat/util/modeler/modules}/LocalStrings_fr.properties (88%)
 copy java/org/apache/{naming/fact

(tomcat) 01/06: Format and ordering fixes - triggered by i18n backport process

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 0d30483d747b34ee546cb3e3ecb4fe8bb558c606
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:49:17 2023 +

Format and ordering fixes - triggered by i18n backport process
---
 java/javax/el/LocalStrings.properties| 1 -
 java/org/apache/tomcat/util/net/jsse/LocalStrings.properties | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/javax/el/LocalStrings.properties 
b/java/javax/el/LocalStrings.properties
index 02ce32b154..e0d7a33cc5 100644
--- a/java/javax/el/LocalStrings.properties
+++ b/java/javax/el/LocalStrings.properties
@@ -43,7 +43,6 @@ propertyNotReadable=Property [{1}] not readable on type [{0}]
 propertyNotWritable=Property [{1}] not writable on type [{0}]
 propertyReadError=Error reading [{1}] on type [{0}]
 propertyWriteError=Error writing [{1}] on type [{0}]
-
 resolverNotWritable=ELResolver not writable for type [{0}]
 
 staticFieldELResolver.methodNotFound=No matching public static method named 
[{0}] found on class [{1}]
diff --git a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
index 888a2a6761..9a21160bd7 100644
--- a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
@@ -20,10 +20,10 @@ jsseUtil.excludeProtocol=The SSL protocol [{0}] which is 
supported in this JRE w
 jsseUtil.noDefaultProtocols=Unable to determine a default for 
sslEnabledProtocols. Set an explicit value to ensure the connector can start.
 
 pemFile.noMultiPrimes=The PKCS#1 certificate is in multi-prime format and Java 
does not provide an API for constructing an RSA private key object from that 
format
-pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915
 pemFile.notPbkdf2=The OID [{0}] is not the correct OID for PKBDF2 which is the 
only permitted KDF for PBES2
+pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915
 pemFile.parseError=Unable to parse the key from [{0}]
 pemFile.unknownEncryptedFormat=The format [{0}] is not a recognised encrypted 
PEM file format
 pemFile.unknownEncryptionAlgorithm=The encryption algorithm with DER encoded 
OID of [{0}] was not recognised
+pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded 
OID of [{0}] was not recognised
 pemFile.unknownPrfAlgorithm=The pseudo random function with DER encoded OID of 
[{0}] was not recognised
-pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded 
OID of [{0}] was not recognised
\ No newline at end of file


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 03/06: Improvements to Japanese translations by tak7iji.

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 59e732fe0e5ea96563920a3e859756263b99365b
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:52:10 2023 +

Improvements to Japanese translations by tak7iji.
---
 java/org/apache/catalina/authenticator/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_ja.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_ja.properties  | 4 
 .../catalina/tribes/membership/cloud/LocalStrings_ja.properties   | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_ja.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties   | 1 +
 java/org/apache/tomcat/util/modeler/LocalStrings_ja.properties| 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_ja.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_ja.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_ja.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 17 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
index 8b4d51240c..10f1fa3c7e 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=ログインプロセスに認められていた時
 authenticator.tomcatPrincipalLogoutFail=TomcatPrincipal インスタンスによるログアウトが失敗しました。
 authenticator.unauthorized=提供された証明書で認証できません
 
+basicAuthenticator.invalidAuthorization=無効な認証: [{0}]
 basicAuthenticator.invalidCharset=指定できる値は、null、空の文字列またはUTF-8です。
+basicAuthenticator.notBase64=Basic認証の資格情報がBase64ではありません
+basicAuthenticator.notBasic=認証ヘッダメソッドが ''Basic'' ではありません
 
 
digestAuthenticator.cacheRemove=有効なエントリがクライアントのnonceキャッシュから削除され、新しいエントリのためのスペースが確保されました。
 リプレイ攻撃が可能になりました。 リプレイ攻撃の可能性を防ぐには、nonceValidityを減らすか、nonceCacheSizeを増やしてください。 
このタイプの警告は5分間表示されなくなります。
 digestAuthenticator.invalidAlgorithm=RFC 7616 で許可されていないため、アルゴリズム [{0}] 
を使用するように DIGEST 認証を構成できません。
diff --git a/java/org/apache/catalina/manager/LocalStrings_ja.properties 
b/java/org/apache/catalina/manager/LocalStrings_ja.properties
index bf3ebc1f92..8cb2f1f3e5 100644
--- a/java/org/apache/catalina/manager/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_ja.properties
@@ -129,6 +129,7 @@ managerServlet.deployed=OK - コンテキストパス [{0}] でアプリケー
 managerServlet.deployedButNotStarted=FAIL - コンテキストパス [{0}] 
にアプリケーションを配備しましたが、コンテキストを開始できませんでした
 managerServlet.error.deploy=[{0}]の配備中のエラー
 managerServlet.error.idleParam=アイドルパラメータ [{0}] を整数として解析できませんでした
+managerServlet.error.jmx=JMXエラー
 managerServlet.error.reload=[{0}]の再読み込みエラー
 managerServlet.error.resources=タイプ [{0}] のリソース表示中のエラー
 managerServlet.error.serverInfo=サーバー情報表示中のエラー
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
index 180e8ede70..edf8533808 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=コンテキスト [{0}] 破棄中のエラー
 
mBeanFactory.contextRemove.addServicedFail=別のコンポーネントが現在そのコンテキストを処理しているため、コンテキスト 
[{0}] を削除できません
 mBeanFactory.managerContext=ManagerコンポーネントはContextにのみ追加できます。
 mBeanFactory.noDeployer=ホスト [{0}] Deployer が見つかりません。
+mBeanFactory.noParent=オブジェクト名 [{0}] の親が見つかりません
 mBeanFactory.noService=ドメイン [{0}] にサービスがありません。
 mBeanFactory.notServer=コンテナは Server ではありません。
 
diff --git a/java/org/apache/catalina/realm/LocalStrings_ja.properties 
b/java/org/apache/catalina/realm/LocalStrings_ja.properties
index e572a0f274..b3384b4968 100644
--- a/java/org/apache/catalina/realm/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/realm/LocalStrings_ja.properties
@@ -32,6 +32,7 @@ dataSourceRealm.commit=クローズ前に接続をコミットした際に例外
 dataSourceRealm.exception=認証を実行中の例外です
 dataSourceRealm.getPassword.exception=[{0}] のパスワードを取得中に例外が発生しました。
 dataSourceRealm.getRoles.exception=[{0}] のロールを取得中に例外が発生しました。
+dataSourceRealm.noNamingContext=ネーミングコンテキストを取得するためにサーバーにアクセスできません
 
 jaasCallback.username=返されたユーザー名[{0}]
 
@@ -76,6 +77,7 @@ jndiRealm.emptyCipherSuites=指定された暗号スイートの空の文字列
 jndiRealm.exception=認証実行中の例外です
 jndiRealm

(tomcat) 05/06: Improvements to Russian translations by usmazat and remm

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 42e86f61ae68e67b83664c7faec1e3d507c1c954
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:52:57 2023 +

Improvements to Russian translations by usmazat and remm
---
 java/org/apache/catalina/connector/LocalStrings_ru.properties   | 2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties| 6 +-
 java/org/apache/catalina/manager/LocalStrings_ru.properties | 2 +-
 java/org/apache/catalina/manager/host/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/servlets/LocalStrings_ru.properties| 2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties | 2 ++
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 4 
 .../catalina/tribes/group/interceptors/LocalStrings_ru.properties   | 2 ++
 .../apache/catalina/tribes/membership/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/tribes/tipis/LocalStrings_ru.properties| 2 +-
 .../apache/catalina/tribes/transport/nio/LocalStrings_ru.properties | 2 ++
 java/org/apache/coyote/LocalStrings_ru.properties   | 2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties| 1 +
 java/org/apache/tomcat/util/LocalStrings_ru.properties  | 2 +-
 .../apache/tomcat/util/descriptor/web/LocalStrings_ru.properties| 1 +
 .../transport/nio => tomcat/util/json}/LocalStrings_ru.properties   | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties  | 1 +
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties | 2 +-
 webapps/docs/changelog.xml  | 3 +++
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties | 2 +-
 20 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/java/org/apache/catalina/connector/LocalStrings_ru.properties 
b/java/org/apache/catalina/connector/LocalStrings_ru.properties
index ded8982253..5de1419b09 100644
--- a/java/org/apache/catalina/connector/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_ru.properties
@@ -22,5 +22,5 @@ coyoteConnector.parseBodyMethodNoTrace=Метод TRACE НЕ ДОЛЖЕН 
вкл
 
 coyoteInputStream.nbNotready=В неблокирующем режиме невозможно читать из 
ServletInputStream до тех пор пока не завершится предыдущее чтение и IsReady() 
не вернёт true
 
-coyoteRequest.sendfileNotCanonical=Невозможно определить каноническок имя 
файла [{0}]] указанное для использования с sendfile
+coyoteRequest.sendfileNotCanonical=Невозможно определить каноническое имя 
файла [{0}] указанное для использования с sendfile
 coyoteRequest.sessionEndAccessFail=Исключение вызвало прекращение доступа к 
сессии при очистке запроса
diff --git a/java/org/apache/catalina/core/LocalStrings_ru.properties 
b/java/org/apache/catalina/core/LocalStrings_ru.properties
index 719b01b9fa..3e04a3df2d 100644
--- a/java/org/apache/catalina/core/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ru.properties
@@ -22,15 +22,19 @@ applicationContext.setAttribute.namenull=Имя не может быть 
пус
 
 applicationDispatcher.specViolation.response=Оригинальный ServletResponse или 
обернутый оригинальный ServletResponse не передан в Request Dispatcher в 
нарушение SRV.8.2 и SRV.14.2.5.1
 
+applicationHttpRequest.sessionEndAccessFail=Исключение вызвало прекращение 
доступа к сессии при очистке запроса
+
 aprListener.initializingFIPS=Инициализируется режим FIPS...
 
 filterChain.filter=При выполнении фильтра выброшено исключение
 
+naming.unbindFailed=Ошибка при отвязывании объекта: [{0}]
 naming.wsdlFailed=wsdl файл не найден: [{0}]
 
 standardContext.filterStart=Ошибка при старте фильтра [{0}]
 standardContext.invalidWrapperClass=[{0}] не является подклассом 
StandardWrapper
 standardContext.parameter.duplicate=Дублированный параметр инициализации 
контекста [{0}]
+standardContext.predestroy.duplicate=Дублированное определение метода  
@PreDestroy для класса [{0}]
 standardContext.securityConstraint.mixHttpMethod=Запрещено смешивать 
 и  в одной и той же коллекции веб-ресурсов
 standardContext.startingContext=Ошибка запуска контекста с именем [{0}]
 
@@ -52,5 +56,5 @@ standardWrapper.serviceException=Servlet.service() для 
сервлета [{0}]
 standardWrapper.serviceExceptionRoot=Servlet.service() для сервлета [{0}] в 
контексте с путем [{1}] выбросил исключение [{2}] с первопричиной
 standardWrapper.unavailable=Выделенный сервлет [{0}] недоступен
 standardWrapper.unloadException=Сервлет [{0}] выбросил исключение unload()
-standardWrapper.unloading=Невозможно выделить сервлет [{0}] потому что он еще 
заугружается
+standardWrapper.unloading=Невозможно выделить сервлет [{0}] потому что он еще 
загружается
 standardWrapper.waiting=Ожидание для [{0}] экземпляра(ов) которые нужно 
освободить для сервлета [{1}]
diff --git a/java/org/apache/catalin

(tomcat) 02/06: Improvements to French translations. (remm)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit f1dfbc04ab70b26652ec7f62d139e60f445a5ff4
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:49:59 2023 +

Improvements to French translations. (remm)
---
 java/org/apache/catalina/authenticator/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_fr.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_fr.properties  | 4 
 .../catalina/tribes/membership/cloud/LocalStrings_fr.properties   | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_fr.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties   | 1 +
 java/org/apache/tomcat/util/modeler/LocalStrings_fr.properties| 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_fr.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_fr.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_fr.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 17 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
index df9f284cf8..41db2efdf2 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=Le temps alloué au processus de 
login est échu.
 authenticator.tomcatPrincipalLogoutFail=La déconnection avec l'instance de 
TomcatPrincipal a échoué
 authenticator.unauthorized=Impossible d'authentifier avec les crédits fournis 
(provided credentials)
 
+basicAuthenticator.invalidAuthorization=L''autorisation est invalide: [{0}]
 basicAuthenticator.invalidCharset=Les seules valeurs permises sont null, la 
chaîne vide, ou des caractères UTF-8
+basicAuthenticator.notBase64=Les informations d'identification Basic ne sont 
pas encodées en Base64
+basicAuthenticator.notBasic=La méthode d'authentification n'est pas ''Basic''
 
 digestAuthenticator.cacheRemove=Une entrée valide du cache de nonce des 
clients a été enlevée pour faire de la place pour de nouvelles entrées, ce qui 
rend possible une attaque par répétition ; pour éviter cela, il est possible de 
reduire nonceValidity ou d'augmenter nonceCacheSize ; les avertissements de ce 
type ne se reproduiront pas avant 5 minutes
 digestAuthenticator.invalidAlgorithm=Impossible de configurer 
l''authentification DIGEST avec l''algorithme [{0}] car il n''est pas autorisé 
par la RFC 7616
diff --git a/java/org/apache/catalina/manager/LocalStrings_fr.properties 
b/java/org/apache/catalina/manager/LocalStrings_fr.properties
index 399b584b68..d8c506cc45 100644
--- a/java/org/apache/catalina/manager/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_fr.properties
@@ -127,6 +127,7 @@ managerServlet.deployed=OK - Application déployée pour le 
chemin de contexte [
 managerServlet.deployedButNotStarted=ECHEC - Application déployée pour le 
chemin de contexte [{0}] mais le démarrage du contexte a échoué
 managerServlet.error.deploy=Erreur lors du déploiement de [{0}]
 managerServlet.error.idleParam=Impossible d''analyser le paramètre de temps 
d''attente maximum [{0}] qui devrait être un nombre entier
+managerServlet.error.jmx=Erreur JMX
 managerServlet.error.reload=Erreur lors du rechargement de [{0}]
 managerServlet.error.resources=Erreur lors de l''affichage des ressources de 
type [{0}]
 managerServlet.error.serverInfo=Erreur lors de l'affichage des informations 
sur le serveur
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
index 9dba63f1fd..c3fea7c0bf 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=Erreur lors de la 
destruction du contexte [{0}]
 mBeanFactory.contextRemove.addServicedFail=Impossible de supprimer le contexte 
[{0}] car un autre composant est en train d''effectuer des opérations de 
service avec ce nom
 mBeanFactory.managerContext=Un gestionnaire de sessions ne peut être ajouté 
qu'à un contexte
 mBeanFactory.noDeployer=Un déployeur n''a pas été trouvé p

(tomcat) 06/06: Fix output alignment

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit a57fc265e33876a014c91654b560a36cd37d5c17
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:06:07 2023 +

Fix output alignment
---
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/startup/LocalStrings_ru.properties 
b/java/org/apache/catalina/startup/LocalStrings_ru.properties
index ef37bf0feb..2bccc93260 100644
--- a/java/org/apache/catalina/startup/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/startup/LocalStrings_ru.properties
@@ -35,8 +35,8 @@ versionLoggerListener.catalina.home=CATALINA_HOME: {0}
 versionLoggerListener.java.home=Java Home: {0}
 versionLoggerListener.os.arch=Архитектура:   {0}
 versionLoggerListener.os.version=Версия ОС: {0}
-versionLoggerListener.serverInfo.server.built=Сервер собран:   {0}
-versionLoggerListener.serverInfo.server.number=Номер версии сервера: {0}
-versionLoggerListener.serverInfo.server.version=Имя версии сервера:   {0}
+versionLoggerListener.serverInfo.server.built=Сервер собран: {0}
+versionLoggerListener.serverInfo.server.number=Номер версии сервера:  {0}
+versionLoggerListener.serverInfo.server.version=Имя версии сервера:{0}
 versionLoggerListener.vm.vendor=Производитель JVM: {0}
 versionLoggerListener.vm.version=Версия JVM:{0}


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 04/06: Improvements to Portuguese (BR) translations by John William Vicente

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit c1f8e70d746fad80faee4ff3856f37879881d515
Author: Mark Thomas 
AuthorDate: Thu Dec 7 11:52:35 2023 +

Improvements to Portuguese (BR) translations by John William Vicente
---
 java/org/apache/jasper/resources/LocalStrings_pt_BR.properties | 1 +
 webapps/docs/changelog.xml | 4 
 2 files changed, 5 insertions(+)

diff --git a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties 
b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
index a2270b2eb8..e13694e193 100644
--- a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
+++ b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
@@ -17,6 +17,7 @@ jsp.error.attribute.nowhitespace=A especificação JSP requer 
que o nome de atri
 jsp.error.data.file.processing=Erro a processar arquivo [{0}]
 jsp.error.el.template.deferred=#{...} não é permitido no texto do template
 jsp.error.fallback.invalidUse=jsp:fallback precisa ser um filho direto do 
jsp:plugin
+jsp.error.invalid.varscope=escopo de variável invalida [{0}]
 jsp.error.no.scriptlets=Elementos de script ( <%!, 

(tomcat) 01/04: Format and ordering fixes - triggered by i18n backport process

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit ce5adf1d0f59a4f0a6ed59bb63e9fe6ddc4fb4af
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:07:30 2023 +

Format and ordering fixes - triggered by i18n backport process
---
 java/javax/el/LocalStrings.properties| 1 -
 java/org/apache/tomcat/util/net/jsse/LocalStrings.properties | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/javax/el/LocalStrings.properties 
b/java/javax/el/LocalStrings.properties
index 02ce32b154..e0d7a33cc5 100644
--- a/java/javax/el/LocalStrings.properties
+++ b/java/javax/el/LocalStrings.properties
@@ -43,7 +43,6 @@ propertyNotReadable=Property [{1}] not readable on type [{0}]
 propertyNotWritable=Property [{1}] not writable on type [{0}]
 propertyReadError=Error reading [{1}] on type [{0}]
 propertyWriteError=Error writing [{1}] on type [{0}]
-
 resolverNotWritable=ELResolver not writable for type [{0}]
 
 staticFieldELResolver.methodNotFound=No matching public static method named 
[{0}] found on class [{1}]
diff --git a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
index 888a2a6761..9a21160bd7 100644
--- a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties
@@ -20,10 +20,10 @@ jsseUtil.excludeProtocol=The SSL protocol [{0}] which is 
supported in this JRE w
 jsseUtil.noDefaultProtocols=Unable to determine a default for 
sslEnabledProtocols. Set an explicit value to ensure the connector can start.
 
 pemFile.noMultiPrimes=The PKCS#1 certificate is in multi-prime format and Java 
does not provide an API for constructing an RSA private key object from that 
format
-pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915
 pemFile.notPbkdf2=The OID [{0}] is not the correct OID for PKBDF2 which is the 
only permitted KDF for PBES2
+pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915
 pemFile.parseError=Unable to parse the key from [{0}]
 pemFile.unknownEncryptedFormat=The format [{0}] is not a recognised encrypted 
PEM file format
 pemFile.unknownEncryptionAlgorithm=The encryption algorithm with DER encoded 
OID of [{0}] was not recognised
+pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded 
OID of [{0}] was not recognised
 pemFile.unknownPrfAlgorithm=The pseudo random function with DER encoded OID of 
[{0}] was not recognised
-pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded 
OID of [{0}] was not recognised
\ No newline at end of file


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 8.5.x updated (28ae1a311a -> 9f71f4bec8)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


from 28ae1a311a Improve error handling
 new ce5adf1d0f Format and ordering fixes - triggered by i18n backport 
process
 new 459864028a Improvements to French translations. (remm)
 new 483ed5389f Improvements to Japanese translations by tak7iji
 new 9f71f4bec8 Improvements to Russian translations by usmazat and remm

The 4 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:
 java/javax/el/LocalStrings.properties| 1 -
 .../org/apache/catalina/authenticator/LocalStrings_fr.properties | 3 +++
 .../org/apache/catalina/authenticator/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/connector/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties | 6 +-
 java/org/apache/catalina/manager/LocalStrings_fr.properties  | 1 +
 java/org/apache/catalina/manager/LocalStrings_ja.properties  | 1 +
 java/org/apache/catalina/manager/LocalStrings_ru.properties  | 2 +-
 java/org/apache/catalina/manager/host/LocalStrings_ru.properties | 2 +-
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties   | 1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties| 3 +++
 java/org/apache/catalina/realm/LocalStrings_ja.properties| 3 +++
 java/org/apache/catalina/security/LocalStrings_fr.properties | 4 
 java/org/apache/catalina/security/LocalStrings_ja.properties | 4 
 java/org/apache/catalina/servlets/LocalStrings_ru.properties | 2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties  | 2 ++
 java/org/apache/catalina/startup/LocalStrings_ru.properties  | 4 
 .../tribes/group/interceptors/LocalStrings_ru.properties | 2 ++
 java/org/apache/catalina/tribes/tipis/LocalStrings_ru.properties | 2 +-
 .../catalina/tribes/transport/nio/LocalStrings_ru.properties | 2 ++
 java/org/apache/coyote/LocalStrings_ru.properties| 2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties | 1 +
 java/org/apache/coyote/http11/filters/LocalStrings_fr.properties | 3 +++
 java/org/apache/coyote/http11/filters/LocalStrings_ja.properties | 3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties  | 3 +++
 java/org/apache/tomcat/util/LocalStrings_ru.properties   | 2 +-
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties   | 1 +
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties   | 1 +
 .../apache/tomcat/util/descriptor/web/LocalStrings_ru.properties | 1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties  | 1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties  | 1 +
 .../util/json}/LocalStrings_ru.properties| 2 +-
 .../util/modeler/modules}/LocalStrings_fr.properties | 2 +-
 .../util/modeler/modules}/LocalStrings_ja.properties | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties   | 1 +
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties   | 1 +
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties   | 1 +
 java/org/apache/tomcat/util/net/jsse/LocalStrings.properties | 4 ++--
 .../tomcat/util/net/openssl/ciphers/LocalStrings_fr.properties   | 1 +
 .../tomcat/util/net/openssl/ciphers/LocalStrings_ja.properties   | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_fr.properties   | 2 ++
 java/org/apache/tomcat/util/threads/LocalStrings_ja.properties   | 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties  | 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties  | 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties  | 2 +-
 webapps/docs/changelog.xml   | 9 +
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties  | 2 +-
 49 files changed, 95 insertions(+), 14 deletions(-)
 copy java/org/apache/{catalina/authenticator => 
tomcat/util/json}/LocalStrings_ru.properties (86%)
 copy java/org/apache/{naming/factory/webservices => 
tomcat/util/modeler/modules}/LocalStrings_fr.properties (88%)
 copy java/org/apache/{naming/factory/webservices => 
tomcat/util/modeler/modules}/LocalStrings_ja.properties (88%)


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 03/04: Improvements to Japanese translations by tak7iji

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 483ed5389f5fa167f60c870dd5741c78e1f109e2
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:09:14 2023 +

Improvements to Japanese translations by tak7iji
---
 java/org/apache/catalina/authenticator/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_ja.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_ja.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_ja.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_ja.properties  | 4 
 java/org/apache/coyote/http11/filters/LocalStrings_ja.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_ja.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_ja.properties   | 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_ja.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_ja.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_ja.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_ja.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 15 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
index 8b4d51240c..10f1fa3c7e 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_ja.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=ログインプロセスに認められていた時
 authenticator.tomcatPrincipalLogoutFail=TomcatPrincipal インスタンスによるログアウトが失敗しました。
 authenticator.unauthorized=提供された証明書で認証できません
 
+basicAuthenticator.invalidAuthorization=無効な認証: [{0}]
 basicAuthenticator.invalidCharset=指定できる値は、null、空の文字列またはUTF-8です。
+basicAuthenticator.notBase64=Basic認証の資格情報がBase64ではありません
+basicAuthenticator.notBasic=認証ヘッダメソッドが ''Basic'' ではありません
 
 
digestAuthenticator.cacheRemove=有効なエントリがクライアントのnonceキャッシュから削除され、新しいエントリのためのスペースが確保されました。
 リプレイ攻撃が可能になりました。 リプレイ攻撃の可能性を防ぐには、nonceValidityを減らすか、nonceCacheSizeを増やしてください。 
このタイプの警告は5分間表示されなくなります。
 digestAuthenticator.invalidAlgorithm=RFC 7616 で許可されていないため、アルゴリズム [{0}] 
を使用するように DIGEST 認証を構成できません。
diff --git a/java/org/apache/catalina/manager/LocalStrings_ja.properties 
b/java/org/apache/catalina/manager/LocalStrings_ja.properties
index d8ef0e5907..2de3a2bd13 100644
--- a/java/org/apache/catalina/manager/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_ja.properties
@@ -127,6 +127,7 @@ managerServlet.deployed=OK - コンテキストパス [{0}] でアプリケー
 managerServlet.deployedButNotStarted=FAIL - コンテキストパス [{0}] 
にアプリケーションを配備しましたが、コンテキストを開始できませんでした
 managerServlet.error.deploy=[{0}]の配備中のエラー
 managerServlet.error.idleParam=アイドルパラメータ [{0}] を整数として解析できませんでした
+managerServlet.error.jmx=JMXエラー
 managerServlet.error.reload=[{0}]の再読み込みエラー
 managerServlet.error.resources=タイプ [{0}] のリソース表示中のエラー
 managerServlet.error.serverInfo=サーバー情報表示中のエラー
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
index 92769a5627..ff4477e90f 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_ja.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=コンテキスト [{0}] 破棄中のエラー
 
mBeanFactory.contextRemove.addServicedFail=別のコンポーネントが現在そのコンテキストを処理しているため、コンテキスト 
[{0}] を削除できません
 mBeanFactory.managerContext=ManagerコンポーネントはContextにのみ追加できます。
 mBeanFactory.noDeployer=ホスト [{0}] Deployer が見つかりません。
+mBeanFactory.noParent=オブジェクト名 [{0}] の親が見つかりません
 mBeanFactory.noService=ドメイン [{0}] にサービスがありません。
 mBeanFactory.notServer=コンテナは Server ではありません。
 
diff --git a/java/org/apache/catalina/realm/LocalStrings_ja.properties 
b/java/org/apache/catalina/realm/LocalStrings_ja.properties
index e572a0f274..b3384b4968 100644
--- a/java/org/apache/catalina/realm/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/realm/LocalStrings_ja.properties
@@ -32,6 +32,7 @@ dataSourceRealm.commit=クローズ前に接続をコミットした際に例外
 dataSourceRealm.exception=認証を実行中の例外です
 dataSourceRealm.getPassword.exception=[{0}] のパスワードを取得中に例外が発生しました。
 dataSourceRealm.getRoles.exception=[{0}] のロールを取得中に例外が発生しました。
+dataSourceRealm.noNamingContext=ネーミングコンテキストを取得するためにサーバーにアクセスできません
 
 jaasCallback.username=返されたユーザー名[{0}]
 
@@ -76,6 +77,7 @@ jndiRealm.emptyCipherSuites=指定された暗号スイートの空の文字列
 jndiRealm.exception=認証実行中の例外です
 jndiRealm.exception.retry=認証中に例外が発生しました。再試行します...
 jndiRealm.invalidHostnameVerifier=[{0}]はHostnameVerifierの有効なクラス名ではありません。
+jndiRealm.invalidName=検索で解析できない絶対名が返されま

(tomcat) 02/04: Improvements to French translations. (remm)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 459864028a6f39f6a664b6e0f029b562b8228806
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:08:41 2023 +

Improvements to French translations. (remm)
---
 java/org/apache/catalina/authenticator/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/manager/LocalStrings_fr.properties   | 1 +
 java/org/apache/catalina/mbeans/LocalStrings_fr.properties| 1 +
 java/org/apache/catalina/realm/LocalStrings_fr.properties | 3 +++
 java/org/apache/catalina/security/LocalStrings_fr.properties  | 4 
 java/org/apache/coyote/http11/filters/LocalStrings_fr.properties  | 3 +++
 java/org/apache/jasper/resources/LocalStrings_fr.properties   | 3 +++
 java/org/apache/tomcat/util/buf/LocalStrings_fr.properties| 1 +
 java/org/apache/tomcat/util/http/LocalStrings_fr.properties   | 1 +
 .../openssl/ciphers => modeler/modules}/LocalStrings_fr.properties| 3 +--
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties| 1 +
 .../apache/tomcat/util/net/openssl/ciphers/LocalStrings_fr.properties | 1 +
 java/org/apache/tomcat/util/threads/LocalStrings_fr.properties| 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties   | 2 ++
 webapps/docs/changelog.xml| 3 +++
 15 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties 
b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
index df9f284cf8..41db2efdf2 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
@@ -32,7 +32,10 @@ authenticator.sessionExpired=Le temps alloué au processus de 
login est échu.
 authenticator.tomcatPrincipalLogoutFail=La déconnection avec l'instance de 
TomcatPrincipal a échoué
 authenticator.unauthorized=Impossible d'authentifier avec les crédits fournis 
(provided credentials)
 
+basicAuthenticator.invalidAuthorization=L''autorisation est invalide: [{0}]
 basicAuthenticator.invalidCharset=Les seules valeurs permises sont null, la 
chaîne vide, ou des caractères UTF-8
+basicAuthenticator.notBase64=Les informations d'identification Basic ne sont 
pas encodées en Base64
+basicAuthenticator.notBasic=La méthode d'authentification n'est pas ''Basic''
 
 digestAuthenticator.cacheRemove=Une entrée valide du cache de nonce des 
clients a été enlevée pour faire de la place pour de nouvelles entrées, ce qui 
rend possible une attaque par répétition ; pour éviter cela, il est possible de 
reduire nonceValidity ou d'augmenter nonceCacheSize ; les avertissements de ce 
type ne se reproduiront pas avant 5 minutes
 digestAuthenticator.invalidAlgorithm=Impossible de configurer 
l''authentification DIGEST avec l''algorithme [{0}] car il n''est pas autorisé 
par la RFC 7616
diff --git a/java/org/apache/catalina/manager/LocalStrings_fr.properties 
b/java/org/apache/catalina/manager/LocalStrings_fr.properties
index 138a86e019..f56a945138 100644
--- a/java/org/apache/catalina/manager/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/manager/LocalStrings_fr.properties
@@ -125,6 +125,7 @@ managerServlet.deployed=OK - Application déployée pour le 
chemin de contexte [
 managerServlet.deployedButNotStarted=ECHEC - Application déployée pour le 
chemin de contexte [{0}] mais le démarrage du contexte a échoué
 managerServlet.error.deploy=Erreur lors du déploiement de [{0}]
 managerServlet.error.idleParam=Impossible d''analyser le paramètre de temps 
d''attente maximum [{0}] qui devrait être un nombre entier
+managerServlet.error.jmx=Erreur JMX
 managerServlet.error.reload=Erreur lors du rechargement de [{0}]
 managerServlet.error.resources=Erreur lors de l''affichage des ressources de 
type [{0}]
 managerServlet.error.serverInfo=Erreur lors de l'affichage des informations 
sur le serveur
diff --git a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties 
b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
index 07c61b85fe..f3e138ca45 100644
--- a/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/mbeans/LocalStrings_fr.properties
@@ -36,6 +36,7 @@ mBeanFactory.contextDestroyError=Erreur lors de la 
destruction du contexte [{0}]
 mBeanFactory.contextRemove.addServicedFail=Impossible de supprimer le contexte 
[{0}] car un autre composant est en train d''effectuer des opérations de 
service avec ce nom
 mBeanFactory.managerContext=Un gestionnaire de sessions ne peut être ajouté 
qu'à un contexte
 mBeanFactory.noDeployer=Un déployeur n''a pas été trouvé pour l''hôte [{0}]
+mBeanFactory.noParent=Aucun parent n''a été trouvé avec le nom d''objet [{0}]
 mBeanFactory.noService=Un Service ayant le domaine [{0}]

(tomcat) 04/04: Improvements to Russian translations by usmazat and remm

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f71f4bec86388030238136824aaa0bb3f980653
Author: Mark Thomas 
AuthorDate: Thu Dec 7 12:09:33 2023 +

Improvements to Russian translations by usmazat and remm
---
 java/org/apache/catalina/connector/LocalStrings_ru.properties   | 2 +-
 java/org/apache/catalina/core/LocalStrings_ru.properties| 6 +-
 java/org/apache/catalina/manager/LocalStrings_ru.properties | 2 +-
 java/org/apache/catalina/manager/host/LocalStrings_ru.properties| 2 +-
 java/org/apache/catalina/servlets/LocalStrings_ru.properties| 2 ++
 java/org/apache/catalina/session/LocalStrings_ru.properties | 2 ++
 java/org/apache/catalina/startup/LocalStrings_ru.properties | 4 
 .../catalina/tribes/group/interceptors/LocalStrings_ru.properties   | 2 ++
 java/org/apache/catalina/tribes/tipis/LocalStrings_ru.properties| 2 +-
 .../apache/catalina/tribes/transport/nio/LocalStrings_ru.properties | 2 ++
 java/org/apache/coyote/LocalStrings_ru.properties   | 2 ++
 java/org/apache/coyote/http11/LocalStrings_ru.properties| 1 +
 java/org/apache/tomcat/util/LocalStrings_ru.properties  | 2 +-
 .../apache/tomcat/util/descriptor/web/LocalStrings_ru.properties| 1 +
 .../transport/nio => tomcat/util/json}/LocalStrings_ru.properties   | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties  | 1 +
 java/org/apache/tomcat/websocket/LocalStrings_ru.properties | 2 +-
 webapps/docs/changelog.xml  | 3 +++
 webapps/examples/WEB-INF/classes/LocalStrings_ru.properties | 2 +-
 19 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/java/org/apache/catalina/connector/LocalStrings_ru.properties 
b/java/org/apache/catalina/connector/LocalStrings_ru.properties
index ded8982253..5de1419b09 100644
--- a/java/org/apache/catalina/connector/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_ru.properties
@@ -22,5 +22,5 @@ coyoteConnector.parseBodyMethodNoTrace=Метод TRACE НЕ ДОЛЖЕН 
вкл
 
 coyoteInputStream.nbNotready=В неблокирующем режиме невозможно читать из 
ServletInputStream до тех пор пока не завершится предыдущее чтение и IsReady() 
не вернёт true
 
-coyoteRequest.sendfileNotCanonical=Невозможно определить каноническок имя 
файла [{0}]] указанное для использования с sendfile
+coyoteRequest.sendfileNotCanonical=Невозможно определить каноническое имя 
файла [{0}] указанное для использования с sendfile
 coyoteRequest.sessionEndAccessFail=Исключение вызвало прекращение доступа к 
сессии при очистке запроса
diff --git a/java/org/apache/catalina/core/LocalStrings_ru.properties 
b/java/org/apache/catalina/core/LocalStrings_ru.properties
index 719b01b9fa..3e04a3df2d 100644
--- a/java/org/apache/catalina/core/LocalStrings_ru.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ru.properties
@@ -22,15 +22,19 @@ applicationContext.setAttribute.namenull=Имя не может быть 
пус
 
 applicationDispatcher.specViolation.response=Оригинальный ServletResponse или 
обернутый оригинальный ServletResponse не передан в Request Dispatcher в 
нарушение SRV.8.2 и SRV.14.2.5.1
 
+applicationHttpRequest.sessionEndAccessFail=Исключение вызвало прекращение 
доступа к сессии при очистке запроса
+
 aprListener.initializingFIPS=Инициализируется режим FIPS...
 
 filterChain.filter=При выполнении фильтра выброшено исключение
 
+naming.unbindFailed=Ошибка при отвязывании объекта: [{0}]
 naming.wsdlFailed=wsdl файл не найден: [{0}]
 
 standardContext.filterStart=Ошибка при старте фильтра [{0}]
 standardContext.invalidWrapperClass=[{0}] не является подклассом 
StandardWrapper
 standardContext.parameter.duplicate=Дублированный параметр инициализации 
контекста [{0}]
+standardContext.predestroy.duplicate=Дублированное определение метода  
@PreDestroy для класса [{0}]
 standardContext.securityConstraint.mixHttpMethod=Запрещено смешивать 
 и  в одной и той же коллекции веб-ресурсов
 standardContext.startingContext=Ошибка запуска контекста с именем [{0}]
 
@@ -52,5 +56,5 @@ standardWrapper.serviceException=Servlet.service() для 
сервлета [{0}]
 standardWrapper.serviceExceptionRoot=Servlet.service() для сервлета [{0}] в 
контексте с путем [{1}] выбросил исключение [{2}] с первопричиной
 standardWrapper.unavailable=Выделенный сервлет [{0}] недоступен
 standardWrapper.unloadException=Сервлет [{0}] выбросил исключение unload()
-standardWrapper.unloading=Невозможно выделить сервлет [{0}] потому что он еще 
заугружается
+standardWrapper.unloading=Невозможно выделить сервлет [{0}] потому что он еще 
загружается
 standardWrapper.waiting=Ожидание для [{0}] экземпляра(ов) которые нужно 
освободить для сервлета [{1}]
diff --git a/java/org/apache/catalina/manager/LocalStrings_ru.properties 
b/java/org/apache/catalina/manager/Loca

Buildbot success in on tomcat-11.0.x

2023-12-07 Thread buildbot
Build status: Build succeeded!
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/792
Blamelist: Mark Thomas 
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch main] 16660530fe4f4c91c9e33673492d5ff1b16007a3


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  shell_6: 0

  compile: 1

  shell_7: 0

  shell_8: 0

  shell_9: 0

  shell_10: 0

  Rsync docs to nightlies.apache.org: 0

  shell_11: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 1

  shell_12: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Buildbot success in on tomcat-10.1.x

2023-12-07 Thread buildbot
Build status: Build succeeded!
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/44/builds/1058
Blamelist: Mark Thomas 
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch 10.1.x] 49fee6a7453745651a2d1876b1362929d34a9a0d


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  compile: 1

  shell_6: 0

  shell_7: 0

  shell_8: 0

  shell_9: 0

  Rsync docs to nightlies.apache.org: 0

  shell_10: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 1

  shell_11: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 01/01: Tag 11.0.0-M15

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to tag 11.0.0-M15
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit a22029c7147b83e4fbced16add744903245d1147
Author: Mark Thomas 
AuthorDate: Thu Dec 7 14:59:28 2023 +

Tag 11.0.0-M15
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..1ba0ffeae1
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-12-07T14:21:23Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/GnuPG/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.13 compiled on January 4 2023
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Oracle Corporation
+# Java Version:22-ea+26-2112
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows Server 2022 10.0
+# File encoding:   UTF-8
+#
+# Release Manager: markt
+release-java-version=22-ea+26-2112
+release-ant-version=1.10.13
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..4990529ea0
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..4d2efb55a5
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..b8c2e0a086
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=11.0.0-M15
+
+# Re-use the same GPG ex

(tomcat) tag 11.0.0-M15 created (now a22029c714)

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to tag 11.0.0-M15
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at a22029c714 (commit)
This tag includes the following new commits:

 new a22029c714 Tag 11.0.0-M15

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.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r65917 - in /dev/tomcat/tomcat-11/v11.0.0-M15: ./ bin/ bin/embed/ src/

2023-12-07 Thread markt
Author: markt
Date: Thu Dec  7 15:32:14 2023
New Revision: 65917

Log:
Upload 11.0.0-M15 for voting

Added:
dev/tomcat/tomcat-11/v11.0.0-M15/
dev/tomcat/tomcat-11/v11.0.0-M15/KEYS
dev/tomcat/tomcat-11/v11.0.0-M15/README.html
dev/tomcat/tomcat-11/v11.0.0-M15/RELEASE-NOTES
dev/tomcat/tomcat-11/v11.0.0-M15/bin/
dev/tomcat/tomcat-11/v11.0.0-M15/bin/README.html

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-deployer.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-deployer.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-deployer.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-deployer.zip  
 (with props)

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-deployer.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-deployer.zip.sha512

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-fulldocs.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-fulldocs.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-fulldocs.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-windows-x64.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-windows-x64.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15-windows-x64.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.exe   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.exe.asc
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.exe.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.tar.gz.asc
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.zip   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M15/bin/apache-tomcat-11.0.0-M15.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/

dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/apache-tomcat-11.0.0-M15-embed.tar.gz
   (with props)

dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/apache-tomcat-11.0.0-M15-embed.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/apache-tomcat-11.0.0-M15-embed.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/apache-tomcat-11.0.0-M15-embed.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/apache-tomcat-11.0.0-M15-embed.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M15/bin/embed/apache-tomcat-11.0.0-M15-embed.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/src/
dev/tomcat/tomcat-11/v11.0.0-M15/src/apache-tomcat-11.0.0-M15-src.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M15/src/apache-tomcat-11.0.0-M15-src.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M15/src/apache-tomcat-11.0.0-M15-src.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M15/src/apache-tomcat-11.0.0-M15-src.zip   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M15/src/apache-tomcat-11.0.0-M15-src.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M15/src/apache-tomcat-11.0.0-M15-src.zip.sha512

Added: dev/tomcat/tomcat-11/v11.0.0-M15/KEYS
==
--- dev/tomcat/tomcat-11/v11.0.0-M15/KEYS (added)
+++ dev/tomcat/tomcat-11/v11.0.0-M15/KEYS Thu Dec  7 15:32:14 2023
@@ -0,0 +1,453 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8
+Xvuk4i5quh3N+2kzKHOOiQCDmN0sz0XjOE+7XBvM1lv

[VOTE] Release Apache Tomcat 11.0.0-M15

2023-12-07 Thread Mark Thomas

The proposed Apache Tomcat 11.0.0-M15 release is now available for
voting.

Apache Tomcat 11.0.0-M15 is a milestone release of the 11.0.x branch and 
has been made to provide users with early access to the new features in 
Apache Tomcat 11.0.x so that they may provide feedback. The notable 
changes compared to the previous milestone include:


- Background processes for a Container no longer execute while lifecycle
  operations are in progress for that Container.

- Align with the latest additions and changes from the Servlet 6.1
  specification.

- Update the sample.war included in the documentation to use the Jakarta
  EE APIs.

For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-11.0.x/docs/changelog.html

Applications that run on Tomcat 9 and earlier will not run on Tomcat 11 
without changes. Java EE applications designed for Tomcat 9 and earlier 
may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat 
will automatically convert them to Jakarta EE and copy them to the 
webapps directory. Applications using deprecated APIs may require 
further changes.


It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M15/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1468

The tag is:
https://github.com/apache/tomcat/tree/11.0.0-M15
a22029c7147b83e4fbced16add744903245d1147


The proposed 11.0.0-M15 release is:
[ ] -1 Broken - do not release
[ ] +1 Alpha  - go ahead and release as 11.0.0-M15

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 11.0.0-M15

2023-12-07 Thread Mark Thomas

On 07/12/2023 15:36, Mark Thomas wrote:


The proposed 11.0.0-M15 release is:
[ ] -1 Broken - do not release
[X] +1 Alpha  - go ahead and release as 11.0.0-M15


Unit tests pass on Linux, Windows MacOS Intel and MacOS M1.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch main updated: Update version info for next development cycle

2023-12-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new daf1b70583 Update version info for next development cycle
daf1b70583 is described below

commit daf1b70583267b02503f7aa51bfb83680fd3ccaa
Author: Mark Thomas 
AuthorDate: Thu Dec 7 15:43:35 2023 +

Update version info for next development cycle
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 608e2b0a7b..40854f2be4 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -33,7 +33,7 @@ version.major=11
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=-M15
+version.suffix=-M16
 version.dev=-dev
 
 # - Build tools -
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index f70bf27309..34a26520d4 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=11.0.0-M15
+maven.asf.release.deploy.version=11.0.0-M16
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 2899adfd0b..75f8106c27 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 68312] New: Virtual threads with Http11Nio2Protocol

2023-12-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68312

Bug ID: 68312
   Summary: Virtual threads with Http11Nio2Protocol
   Product: Tomcat 10
   Version: 10.1.16
  Hardware: Macintosh
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connectors
  Assignee: dev@tomcat.apache.org
  Reporter: nicolas.bona...@gmail.com
  Target Milestone: --

Hi,

I try to use virtual thread on Apache Tomcat 10.1.16 with this configuration:





But when I make a request, I'm not on a virtual thread :
Thread[#76,Thread-14,5,main] . I profiled my application too but no virtual
threads are used.



If I use a Http11NioProtocol instead of Http11Nio2Protocol, all requests are on
virtual thread :
VirtualThread[#65,http-nio-8080-virt-0]/runnable@ForkJoinPool-1-worker-1









Is Http11Nio2Protocol not working with virtual threads or is it a bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 68312] Virtual threads with Http11Nio2Protocol

2023-12-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68312

Nicolas  changed:

   What|Removed |Added

 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) tag 8.5.97 created (now 85bbf20a50)

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 8.5.97
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at 85bbf20a50 (commit)
This tag includes the following new commits:

 new 85bbf20a50 Tag 8.5.97

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.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 01/01: Tag 8.5.97

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to tag 8.5.97
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 85bbf20a5021f5838f7e41e5b2e028b3303d232b
Author: schultz 
AuthorDate: Thu Dec 7 10:07:14 2023 -0800

Tag 8.5.97
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..67a856d524
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-12-07T17:57:18Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/gnupg/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on October 13 2021
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:17.0.9+9
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows 10 10.0
+# File encoding:   Cp1252
+#
+# Release Manager: schultz
+release-java-version=17.0.9+9
+release-ant-version=1.10.12
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..cc5748fdb7
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..1425ef89da
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..2b49eb7f3b
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=8.5.97
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program 

svn commit: r65918 [2/2] - in /dev/tomcat/tomcat-8/v8.5.97: ./ bin/ bin/embed/ bin/extras/ src/

2023-12-07 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.asc Thu Dec  7 
18:10:33 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmVyCC0ACgkQHPApP6U8
+pFhUeQ/+LlUo/lQZOXXaUptuhKp6MRhyOIwfkp2ZA+j7bOS+y9yiGPAeLMRHdYnc
+eQL0Xc+EqQXUlQ++ty7V1Kwd0Z6xynJvTFzKzBgVTpIcX6EFh3LYRCakPmdhKVPY
+zYiHDHI11GTC3H8bR1bjL4YFmul4/zQFtSnX0z5b8kn+Ua/6YhPBdx/LoJAI9TNb
+EIG1Xf6qxjqI/RtbqCm9C4YbPFtdXe2jPCAoCxSODW9vgpF3LyvxkHeZ5KbXJdMw
+KCEhDoMiI5zP6KaGQqVFTjftzOn7M7B70+HkVxTnaVljkz66gQiGKDSUTryEJbkS
+GmzKzd724Qkzi0XZj9ydv6Xlj08FVsnUG3bAjqm0+oAw+O4ik6Llr916f4tLlq9P
+HsVLNVIEFmMcb/Ctdmt4jH+yULpWljfm+dgUvmsSdR9NQXH77pT0sVGIly78/JXq
+BexPClSkn5m4pfpIPfge4vZh6jty2r5ocx18boBUFqPs9bYQwodzBRK/3W4VX13n
+Evi+o8ah0zEQZXrYrl0kQChKvQgPcVb4Hu7elD009qa9tk+m8uvDZC3Z9x3ZvJ91
+D+RUEV6VnBLumwtTIrfN4HZ1jfCVkXQMpPYHQe7Ok5RCyAT+ErFEoIGmYKVf7X+/
+7hodcKClXqsksOmnMhYjgB42kUGZfRJzmHl8xMRIWretelh61cI=
+=X+yD
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.sha512
==
--- dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.sha512 (added)
+++ dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.sha512 Thu Dec  7 
18:10:33 2023
@@ -0,0 +1 @@
+ba3c2a3bd3684235e2553d048bafb41aaf91c6ef36c2dbd27fec161a7e595daa63d840b7819bda1357f27fad6b83c4525abd10f4da7a14dbf7050637520afe60
 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.asc
==
--- dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.asc Thu Dec 
 7 18:10:33 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmVyCWYACgkQHPApP6U8
+pFgX2w/6AnmBAXwSs5RJP8E+lmsBtoHXhckQRquJSlLiOlMlzXVy+EWTFDdOk+Dz
+XMLixl+mvG5dxYJ1ZP0yo6Zhb03Pbmavs3tXof4gijt63ifk8TAIGaub1EXkSWOX
+wDU9uH2OfX3wK73lu0QS93Am6azhPXe1hYvLzGp4CBdLUF5ZujjhhUqWIzzqzEsp
+WaCh2tqCKl3EzXTN9yiH+v9A5xAG4nxJ8jWQ5s6NABOQ4bS1HWIjXXAaA8YGJRmC
+xUbnO9zDx4ZXtWQvuC1cTebnLQeLAWDLz/ntElN8pqK45Cfdauj+d2p9Uy8NmNfP
+FUxIrVInaM2gM5iSQAGIu809BOQ7PKb29dd2PvANNeHcbaEg5kTaylObCIeKbKaw
+dCFuqZjCq7/tKRt0MmMRaEFZw4dECDmFWpjH/4jGR+qdGSu1/LAXPlYrQaO2sCis
+mAXudXm7lFF4uuOeYRCsegEzSpNNnLsLod64UHnnlXb0dyO5lCnLZvwZkGtic8Rh
+JzToMBcY2RP8hPCxbwY5dkEHJNaBHkhzPgobpJZiEliRlQ5peDuoBE4Y7jJxlNvy
+CCUYaAOWP8UFXRUVN9Y+ptgavnmZ5Xy6SgeARPcsomB/tY2LNN9jOhXrUms4JV78
+I84rU7XqeqHgO3txLItuca1vWQUQeon2RRyTKVAPRAQEz47lcvA=
+=5U+N
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.sha512
==
--- dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.sha512 
(added)
+++ dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.sha512 Thu 
Dec  7 18:10:33 2023
@@ -0,0 +1 @@
+bb2aeac13cf953b98faae35eaf4b9d95acbe334088f26acfe9ae3a0cc1429a5e56c43a6c29829f52472e6abef9077477f38f8b759972c6f11f7fc3143d041eda
 *apache-tomcat-8.5.97-src.tar.gz
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip.asc
==
--- dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip.asc Thu Dec  7 
18:10:33 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmVyCTAACgkQHPApP6U8
+pFieew//ZaX+4MWkWZ45LqQvLXUa5/M1uFHLDobutGF+ifc1kdvjYU3peT63NyQ3
+NBGBhNJg0QwnDyg1sWvb99kzx55oiaZfmDxv2oqWAQf5eYJcEF46autaKv+0xTg4
+sBDNlu9Yi4jjW/YBAeczpcMrBkmXlA+ViPHBOLoEz9cdUrRIzPYoHiAn4ief+W9d
+uIuTjiRyL11IQlpANYd79Detaue8fi0pkQJWRSotRIffTOpcLnajEQh4mqcEHBlX
+ReIVbqXVypHJBkmWiklXktDpz5PXB6B6zrmh6Q3gWMHEsuHQPUQASCCcABsZxcRA
++4L2LmNyDORFFcDvNxNa84YK34P777jL+qKllaLv

svn commit: r65918 [1/2] - in /dev/tomcat/tomcat-8/v8.5.97: ./ bin/ bin/embed/ bin/extras/ src/

2023-12-07 Thread schultz
Author: schultz
Date: Thu Dec  7 18:10:33 2023
New Revision: 65918

Log:
Upload Tomcat v8.5.97 for voting.

Added:
dev/tomcat/tomcat-8/v8.5.97/
dev/tomcat/tomcat-8/v8.5.97/KEYS
dev/tomcat/tomcat-8/v8.5.97/README.html
dev/tomcat/tomcat-8/v8.5.97/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.97/bin/
dev/tomcat/tomcat-8/v8.5.97/bin/README.html
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-deployer.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-deployer.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-deployer.zip   (with 
props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-deployer.zip.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-deployer.zip.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-fulldocs.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-windows-x64.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-windows-x64.zip.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-windows-x64.zip.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-windows-x86.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-windows-x86.zip.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97-windows-x86.zip.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.exe   (with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.exe.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.exe.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.tar.gz   (with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.zip   (with props)
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.zip.asc
dev/tomcat/tomcat-8/v8.5.97/bin/apache-tomcat-8.5.97.zip.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/embed/
dev/tomcat/tomcat-8/v8.5.97/bin/embed/apache-tomcat-8.5.97-embed.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.97/bin/embed/apache-tomcat-8.5.97-embed.tar.gz.asc

dev/tomcat/tomcat-8/v8.5.97/bin/embed/apache-tomcat-8.5.97-embed.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/embed/apache-tomcat-8.5.97-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.97/bin/embed/apache-tomcat-8.5.97-embed.zip.asc
dev/tomcat/tomcat-8/v8.5.97/bin/embed/apache-tomcat-8.5.97-embed.zip.sha512
dev/tomcat/tomcat-8/v8.5.97/bin/extras/
dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.5.97/bin/extras/catalina-ws.jar.sha512
dev/tomcat/tomcat-8/v8.5.97/src/
dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip   (with props)
dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip.asc
dev/tomcat/tomcat-8/v8.5.97/src/apache-tomcat-8.5.97-src.zip.sha512

Added: dev/tomcat/tomcat-8/v8.5.97/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.97/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.97/KEYS Thu Dec  7 18:10:33 2023
@@ -0,0 +1,785 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+Type Bits/KeyIDDate   User ID
+pub  2048/F22C4FED 2001/07/02 Andy Armstrong 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: PGPfreeware 7.0.3 for non-commercial use 
+
+mQGiBDtAWuURBADZ0KUEyUkSUiTA09e7tvEbX25STsjxrR+DNTainCls+XlkVOij
+gBv216lqge9tIsS0L6hCP4OQbFf/64qVtJssX4QXdyiZGb5wpmcj0Mz602Ew8r+N
+I0S5NvmogoYWW7BlP4r61jNxO5zrr03KaijM5r4ipJdLUxyOmM6P2jRPUwCg/5gm
+bpqiYl7pXX5FgDeB36tmD+UD/06iLqOnoiKO0vMbOk7URclhCObMNrHqxTxozMTS
+B9soYURbIeArei+plYo2n+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID
+nF9ATrpXjITwsRlGKFmpZiFm5oCeCXihIVH0u6q066xNW2AXkLVoJ1l1Rs2Z0lsb
+0cq3xEAcwAmYLKQvCtgDV8CYgWKVmPi+49rSuQn7Lo9l02

[VOTE] Release Apache Tomcat 8.5.97

2023-12-07 Thread Christopher Schultz

The proposed Apache Tomcat 8.5.97 release is now available for voting.

The notable changes compared to 8.5.96 are:

- Background processes for a Container no longer execute while lifecycle
  operations are in progress for that Container.

- Correct unintended escaping of XML in some WebDAV responses.

- Use a 408 status code if a read timeout occurs during HTTP
  HTTP request processing instead of an HTTP 400 status.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.97/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1469

The tag is:
https://github.com/apache/tomcat/tree/8.5.97/
85bbf20a5021f5838f7e41e5b2e028b3303d232b

The proposed 8.5.97 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.97 (stable)

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 8.5.x updated: Increment version numbers for the next release.

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
 new ead37bf899 Increment version numbers for the next release.
ead37bf899 is described below

commit ead37bf899731d00566ca6713b3b7260e554786d
Author: schultz 
AuthorDate: Thu Dec 7 10:19:39 2023 -0800

Increment version numbers for the next release.
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 6 --
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 0d06d422ff..ea02d85909 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=97
+version.build=98
 version.patch=0
 version.suffix=
 version.dev=-dev
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index b742d96e09..7e7737801a 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=8.5.97
+maven.asf.release.deploy.version=8.5.98
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 51dd409dce..341814e1b6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   
@@ -167,7 +169,7 @@
 
   
 
-
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 68312] Virtual threads with Http11Nio2Protocol

2023-12-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68312

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Mark Thomas  ---
Bugzilla is not a support forum. Please use the users mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 01/01: Tag 9.0.84

2023-12-07 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to tag 9.0.84
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 064d432ca94c8340a2030a4eeb0566e94e87c683
Author: remm 
AuthorDate: Thu Dec 7 20:32:03 2023 +0100

Tag 9.0.84
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..88749c81d9
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-12-07T19:27:40Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=/usr/bin/gpg
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on July 19 2023
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:17.0.9+9
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Linux 6.6.3-200.fc39.x86_64
+# File encoding:   UTF-8
+#
+# Release Manager: remm
+release-java-version=17.0.9+9
+release-ant-version=1.10.12
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..521dcb0bc3
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..9d5be61511
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..a9d8938b75
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=9.0.84
+
+# Re-use the same GPG executable.
+gpg.exec=/usr/bin/gpg
+
+# Set the user name to u

(tomcat) tag 9.0.84 created (now 064d432ca9)

2023-12-07 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a change to tag 9.0.84
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at 064d432ca9 (commit)
This tag includes the following new commits:

 new 064d432ca9 Tag 9.0.84

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.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r65919 - in /dev/tomcat/tomcat-9/v9.0.84: ./ bin/ bin/embed/ src/

2023-12-07 Thread remm
Author: remm
Date: Thu Dec  7 19:35:26 2023
New Revision: 65919

Log:
Upload 9.0.84 for voting

Added:
dev/tomcat/tomcat-9/v9.0.84/
dev/tomcat/tomcat-9/v9.0.84/KEYS
dev/tomcat/tomcat-9/v9.0.84/README.html
dev/tomcat/tomcat-9/v9.0.84/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.84/bin/
dev/tomcat/tomcat-9/v9.0.84/bin/README.html
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-deployer.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-deployer.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-deployer.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-deployer.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-deployer.zip.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-fulldocs.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-windows-x64.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-windows-x64.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-windows-x64.zip.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-windows-x86.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-windows-x86.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84-windows-x86.zip.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.exe   (with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.exe.asc   (with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.exe.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.tar.gz   (with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.zip   (with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.zip.asc   (with props)
dev/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.zip.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/embed/
dev/tomcat/tomcat-9/v9.0.84/bin/embed/apache-tomcat-9.0.84-embed.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/embed/apache-tomcat-9.0.84-embed.tar.gz.asc 
  (with props)

dev/tomcat/tomcat-9/v9.0.84/bin/embed/apache-tomcat-9.0.84-embed.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.84/bin/embed/apache-tomcat-9.0.84-embed.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/embed/apache-tomcat-9.0.84-embed.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.84/bin/embed/apache-tomcat-9.0.84-embed.zip.sha512
dev/tomcat/tomcat-9/v9.0.84/src/
dev/tomcat/tomcat-9/v9.0.84/src/apache-tomcat-9.0.84-src.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.84/src/apache-tomcat-9.0.84-src.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.84/src/apache-tomcat-9.0.84-src.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.84/src/apache-tomcat-9.0.84-src.zip   (with props)
dev/tomcat/tomcat-9/v9.0.84/src/apache-tomcat-9.0.84-src.zip.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.84/src/apache-tomcat-9.0.84-src.zip.sha512

Added: dev/tomcat/tomcat-9/v9.0.84/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.84/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.84/KEYS Thu Dec  7 19:35:26 2023
@@ -0,0 +1,237 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   1024D/33C60243 2004-09-12
+  Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+sub   2048g/0BECE548 2004-09-12
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.4.9 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefV

(tomcat) branch 9.0.x updated: Next is 9.0.85

2023-12-07 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
 new 449a560c82 Next is 9.0.85
449a560c82 is described below

commit 449a560c82fb033208e87b49012356711654d855
Author: remm 
AuthorDate: Thu Dec 7 20:40:50 2023 +0100

Next is 9.0.85
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index f3de70d738..d314978256 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # - Version Control Flags -
 version.major=9
 version.minor=0
-version.build=84
+version.build=85
 version.patch=0
 version.suffix=
 version.dev=-dev
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index fae71c39ae..6af797076d 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=9.0.84
+maven.asf.release.deploy.version=9.0.85
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c60e4d6659..90dc93892c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
+
+
   
 
   


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE] Release Apache Tomcat 9.0.84

2023-12-07 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.84 release is now available for voting.

The notable changes compared to 9.0.83 are:

- Background processes for a Container no longer execute while lifecycle
   operations are in progress for that Container.

- Correct unintended escaping of XML in some WebDAV responses.

- Use a 408 status code if a read timeout occurs during HTTP
   HTTP request processing instead of an HTTP 400 status.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.84/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1470
The tag is:
https://github.com/apache/tomcat/tree/9.0.84
064d432ca94c8340a2030a4eeb0566e94e87c683

The proposed 9.0.84 release is:
[ ] -1, Broken - do not release
[ ] +1, Stable - go ahead and release as 9.0.84

Rémy

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) tag 10.1.17 created (now 69757db4c5)

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at 69757db4c5 (commit)
This tag includes the following new commits:

 new 69757db4c5 Tag 10.1.17

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.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 01/01: Tag 10.1.17

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 69757db4c5baa724cbaf2f44911b769a32d02f7d
Author: schultz 
AuthorDate: Thu Dec 7 14:58:02 2023 -0800

Tag 10.1.17
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..12bf440ee4
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-12-07T18:23:00Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/gnupg/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on October 13 2021
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:17.0.9+9
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows 10 10.0
+# File encoding:   Cp1252
+#
+# Release Manager: schultz
+release-java-version=17.0.9+9
+release-ant-version=1.10.12
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..b703842a85
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..f824ca45cc
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..e802d4848b
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=10.1.16
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Progr

(tomcat) tag 10.1.17 deleted (was 69757db4c5)

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git


*** WARNING: tag 10.1.17 was deleted! ***

 was 69757db4c5 Tag 10.1.17

This change permanently discards the following revisions:

 discard 69757db4c5 Tag 10.1.17


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) branch 10.1.x updated: Increment version numbers for this release.

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
 new d983a1def5 Increment version numbers for this release.
d983a1def5 is described below

commit d983a1def5e495558c2912b53f0363f9c264c0ef
Author: schultz 
AuthorDate: Thu Dec 7 15:06:17 2023 -0800

Increment version numbers for this release.
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 91590d94d6..5e2a2cce1d 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # - Version Control Flags -
 version.major=10
 version.minor=1
-version.build=16
+version.build=17
 version.patch=0
 version.suffix=
 version.dev=-dev
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 2e69dcce7b..afd28840d3 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=10.1.16
+maven.asf.release.deploy.version=10.1.17
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: (tomcat) tag 10.1.17 deleted (was 69757db4c5)

2023-12-07 Thread Christopher Schultz

All,

Apologies for the noise. I didn't notice until after the tag that I had 
not incremented the version numbers.


-chris

On 12/7/23 18:04, schu...@apache.org wrote:

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

schultz pushed a change to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git


*** WARNING: tag 10.1.17 was deleted! ***

  was 69757db4c5 Tag 10.1.17

This change permanently discards the following revisions:

  discard 69757db4c5 Tag 10.1.17


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) tag 10.1.17 created (now 69757db4c5)

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at 69757db4c5 (commit)
This tag includes the following new commits:

 new 69757db4c5 Tag 10.1.17

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.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 01/01: Tag 10.1.17

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 69757db4c5baa724cbaf2f44911b769a32d02f7d
Author: schultz 
AuthorDate: Thu Dec 7 14:58:02 2023 -0800

Tag 10.1.17
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..12bf440ee4
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-12-07T18:23:00Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/gnupg/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on October 13 2021
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:17.0.9+9
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows 10 10.0
+# File encoding:   Cp1252
+#
+# Release Manager: schultz
+release-java-version=17.0.9+9
+release-ant-version=1.10.12
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..b703842a85
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..f824ca45cc
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..e802d4848b
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=10.1.16
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Progr

svn commit: r65932 - in /dev/tomcat/tomcat-10/v10.1.17: ./ bin/ bin/embed/ src/

2023-12-07 Thread schultz
Author: schultz
Date: Thu Dec  7 23:19:18 2023
New Revision: 65932

Log:
Upload v10.1.17 for voting.

Added:
dev/tomcat/tomcat-10/v10.1.17/
dev/tomcat/tomcat-10/v10.1.17/KEYS
dev/tomcat/tomcat-10/v10.1.17/README.html
dev/tomcat/tomcat-10/v10.1.17/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.17/bin/
dev/tomcat/tomcat-10/v10.1.17/bin/README.html
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.zip.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x86.zip.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.exe   (with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.exe.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.exe.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.zip   (with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.zip.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/embed/
dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.tar.gz  
 (with props)

dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.zip.asc

dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/src/
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.zip.asc
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.1.17/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.17/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.17/KEYS Thu Dec  7 23:19:18 2023
@@ -0,0 +1,562 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8
+Xvuk4i5quh3N+2kzKHOOiQCDmN0sz0X

(tomcat) tag 10.1.17 deleted (was 69757db4c5)

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git


*** WARNING: tag 10.1.17 was deleted! ***

 was 69757db4c5 Tag 10.1.17

This change permanently discards the following revisions:

 discard 69757db4c5 Tag 10.1.17


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) tag 10.1.17 created (now 32e30a4648)

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git


  at 32e30a4648 (commit)
This tag includes the following new commits:

 new 32e30a4648 Tag 10.1.17

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.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



(tomcat) 01/01: Tag 10.1.17

2023-12-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to tag 10.1.17
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 32e30a4648cdd24245ef4a0d58beb6ada1c41844
Author: schultz 
AuthorDate: Thu Dec 7 19:03:25 2023 -0800

Tag 10.1.17
---
 build.properties.release |  54 +++
 building |   1 +
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 6 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..7072154aae
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-12-07T23:31:38Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/gnupg/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on October 13 2021
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:17.0.9+9
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows 10 10.0
+# File encoding:   Cp1252
+#
+# Release Manager: schultz
+release-java-version=17.0.9+9
+release-ant-version=1.10.12
diff --git a/building b/building
new file mode 100644
index 00..0a6f2ddef8
--- /dev/null
+++ b/building
@@ -0,0 +1 @@
+building
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..1e8e6b17e6
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..36626c2828
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..fa648185d4
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release 

svn commit: r65937 - in /dev/tomcat/tomcat-10/v10.1.17: ./ bin/ bin/embed/ src/

2023-12-07 Thread schultz
Author: schultz
Date: Fri Dec  8 03:09:12 2023
New Revision: 65937

Log:
Upload v10.1.17 for voting.

Added:
dev/tomcat/tomcat-10/v10.1.17/
dev/tomcat/tomcat-10/v10.1.17/KEYS
dev/tomcat/tomcat-10/v10.1.17/README.html
dev/tomcat/tomcat-10/v10.1.17/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.17/bin/
dev/tomcat/tomcat-10/v10.1.17/bin/README.html
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.zip.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x86.zip.asc

dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.exe   (with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.exe.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.exe.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.zip   (with props)
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.zip.asc
dev/tomcat/tomcat-10/v10.1.17/bin/apache-tomcat-10.1.17.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/embed/
dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.tar.gz  
 (with props)

dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.zip.asc

dev/tomcat/tomcat-10/v10.1.17/bin/embed/apache-tomcat-10.1.17-embed.zip.sha512
dev/tomcat/tomcat-10/v10.1.17/src/
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.zip.asc
dev/tomcat/tomcat-10/v10.1.17/src/apache-tomcat-10.1.17-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.1.17/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.17/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.17/KEYS Fri Dec  8 03:09:12 2023
@@ -0,0 +1,562 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8
+Xvuk4i5quh3N+2kzKHOOiQCDmN0sz0X

[VOTE] Release Apache Tomcat 10.1.17

2023-12-07 Thread Christopher Schultz

The proposed Apache Tomcat 10.1.17 release is now available for
voting.

The notable changes compared to 10.1.16 are:

- Background processes for a Container no longer execute while lifecycle
  operations are in progress for that Container.

- Correct unintended escaping of XML in some WebDAV responses.

- Use a 408 status code if a read timeout occurs during HTTP
  HTTP request processing instead of an HTTP 400 status.

For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html

Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 
without changes. Java EE applications designed for Tomcat 9 and earlier 
may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat 
will automatically convert them to Jakarta EE and copy them to the 
webapps directory.


It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.17/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1473

The tag is:
https://github.com/apache/tomcat/tree/10.1.17
32e30a4648cdd24245ef4a0d58beb6ada1c41844

The proposed 10.1.17 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 10.1.17

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org