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
commit 7c4e89fc00cd4d377133430f68c16bea11bc16bd Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 16 08:42:36 2023 +0100 Remove unused strings --- .../org/apache/tomcat/util/http/LocalStrings.properties | 5 ----- .../apache/tomcat/util/http/LocalStrings_cs.properties | 4 ---- .../apache/tomcat/util/http/LocalStrings_de.properties | 4 ---- .../apache/tomcat/util/http/LocalStrings_es.properties | 4 ---- .../apache/tomcat/util/http/LocalStrings_fr.properties | 5 ----- .../apache/tomcat/util/http/LocalStrings_ja.properties | 5 ----- .../apache/tomcat/util/http/LocalStrings_ko.properties | 5 ----- .../tomcat/util/http/LocalStrings_pt_BR.properties | 17 ----------------- .../tomcat/util/http/LocalStrings_zh_CN.properties | 5 ----- 9 files changed, 54 deletions(-) diff --git a/java/org/apache/tomcat/util/http/LocalStrings.properties b/java/org/apache/tomcat/util/http/LocalStrings.properties index 43307a8893..292706984a 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings.properties @@ -27,13 +27,8 @@ parameters.copyFail=Failed to create copy of original parameter values for debug parameters.decodeFail.debug=Character decoding failed. Parameter [{0}] with value [{1}] has been ignored. parameters.decodeFail.info=Character decoding failed. Parameter [{0}] with value [{1}] has been ignored. Note that the name and value quoted here may be corrupted due to the failed decoding. Use debug level logging to see the original, non-corrupted values. parameters.emptyChunk=Empty parameter chunk ignored -parameters.fallToDebug=\n\ -\ Note: further occurrences of Parameter errors will be logged at DEBUG level. parameters.invalidChunk=Invalid chunk starting at byte [{0}] and ending at byte [{1}] with a value of [{2}] ignored parameters.maxCountFail=More than the maximum number of request parameters (GET plus POST) for a single request ([{0}]) were detected. Any parameters beyond this limit have been ignored. To change this limit, set the maxParameterCount attribute on the Connector. -parameters.maxCountFail.fallToDebug=\n\ -\ Note: further occurrences of this error will be logged at DEBUG level. -parameters.multipleDecodingFail=Character decoding failed. A total of [{0}] failures were detected but only the first was logged. Enable debug level logging for this logger to log all failures. parameters.noequal=Parameter starting at position [{0}] and ending at position [{1}] with a value of [{2}] was not followed by an ''='' character rfc6265CookieProcessor.invalidAttributeName=An invalid attribute name [{0}] was specified for this cookie diff --git a/java/org/apache/tomcat/util/http/LocalStrings_cs.properties b/java/org/apache/tomcat/util/http/LocalStrings_cs.properties index a2cfdc6f94..551eb9155d 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_cs.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_cs.properties @@ -19,9 +19,5 @@ cookies.invalidCookieToken=Cookies: neplatné cookie. Hodnota není znak nebo ci parameters.copyFail=Vytvoření kopie původních hodnot parametrů pro účely DEBUG logování selhalo parameters.decodeFail.debug=Dekódování znaku selhalo. Parametr [{0}] s hodnotou [{1}] byl ignorován. -parameters.fallToDebug=\n\ -\ Poznámka: další výskyty chyb parametrů budou zalogovány v DEBUG úrovni. -parameters.maxCountFail.fallToDebug=\n\ -\ Poznámka: další výskyty této chyby budou zalogovány v úrovni DEBUG. rfc6265CookieProcessor.invalidPath=Byla specifikována neplatná cesta [{0}] pro toto cookie diff --git a/java/org/apache/tomcat/util/http/LocalStrings_de.properties b/java/org/apache/tomcat/util/http/LocalStrings_de.properties index 22e8b604fb..b3e8a0da51 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_de.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_de.properties @@ -19,9 +19,5 @@ cookies.invalidSameSiteCookies=Unbekannte Einstellung [{0}], Sollte einer der We parameters.bytes=Starte Verarbeitung mit Eingabe [{0}] parameters.copyFail=Konnte keine Kopie der Originalwerte der Parameter für Debug-Ausgaben erzeugen parameters.decodeFail.debug=Zeichen-Dekodierung fehlgeschlagen. Parameter [{0}] mit Wert [{1}] wurde ignoriert -parameters.fallToDebug=\n\ -\ Beachte: weitere Vorkommen von Parameter Fehlern werden im DEBUG Level geloggt. -parameters.maxCountFail.fallToDebug=\n\ -\ Hinweis: weitere Vorkommen dieses Fehlers werden im DEBUG-Level protokolliert. rfc6265CookieProcessor.invalidPath=Ein ungültiger Pfad [{0}] ist für das Cookie spezifiziert diff --git a/java/org/apache/tomcat/util/http/LocalStrings_es.properties b/java/org/apache/tomcat/util/http/LocalStrings_es.properties index cb51d9fae0..2749ea9254 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_es.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_es.properties @@ -17,11 +17,7 @@ cookies.invalidCookieToken=Cookies: cookie no válida. El valor no es un token o parameters.copyFail=Fallo al crear copia de los valores orignales del parámetro para propósitos de debug parameters.decodeFail.debug=Fallo al decodificar el caracter. Parámetro [{0}] con valor [{1}] ha sido ignorado.\n -parameters.fallToDebug=\n\ -\ Nota: Futuras ocurrencias de error del Parámetro serán loggueadas a nivel DEBUG. parameters.maxCountFail=Se detectaron más del máximo número de los parámetros solicitados (GET plus POST) para una solicitud simple ([{0}]). Cualquier parámetro por encima de este límite ha sido ignorado. Para cambiar este límite, fije el atributo maxParameterCount attribute en el Conector.\n -parameters.maxCountFail.fallToDebug=\n\ -\ Nota: futuras ocurrencias de este tipo de error serán logueadas a nivel DEBUG parameters.noequal=El parámetro que inicia en la posición [{0}] y termina en la posición [{1}] con valor de [{2}] no tiene un caracter ''='' a continuación rfc6265CookieProcessor.invalidPath=Se ha especificado un camino no válido [{0}] para esta cookie diff --git a/java/org/apache/tomcat/util/http/LocalStrings_fr.properties b/java/org/apache/tomcat/util/http/LocalStrings_fr.properties index 787d3d46bf..c30899ed37 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_fr.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_fr.properties @@ -27,13 +27,8 @@ parameters.copyFail=Echec de la copie des valeurs de paramètres originaux pour parameters.decodeFail.debug=Echec de décodage de caractère, le paramètre [{0}] de valeur [{1}] a été ignoré parameters.decodeFail.info=Echec de décodage de caractère, le paramètre [{0}] avec la valeur [{1}] a été ignoré ; le nom et la valeur mentionnés ici peuvent avoir été corrompus à cause de l''erreur de décodage, utilisez le niveau debug pour voir les originaux parameters.emptyChunk=Le bloc de paramètres vide a été ignoré -parameters.fallToDebug=\n\ -\ Note : les occurrences suivantes d'erreurs de Paramètres seront enregistrées au niveau DEBUG. parameters.invalidChunk=Morceau (chunk) invalide démarrant à l''octet [{0}] et se terminant à l''octet [{1}] avec une valeur de [{2}] ignoré parameters.maxCountFail=Le nombre maximum de paramètres pour une seule requête (GET plus POST) [{0}] a été détecté, les paramètres supplémentaires ont été ignorés ; l''attribut maxParameterCount du Connector permet de changer cette limite -parameters.maxCountFail.fallToDebug=\n\ -\ Note : les occurrences suivantes de cette erreur seront enregistrées au niveau DEBUG. -parameters.multipleDecodingFail=Echec de décodage de caractère, [{0}] erreurs ont été détectées au total mais seule la première a été logguée, activez le niveau debug pour avoir toutes les erreurs parameters.noequal=Le paramètre qui démarre à la position [{0}] et qui se termine à la position [{1}] avec comme valeur [{2}] n''est pas suivi par un caractère ''='' rfc6265CookieProcessor.invalidAttributeName=Un nom d''attribut invalide [{0}] a été spécifié pour ce cookie diff --git a/java/org/apache/tomcat/util/http/LocalStrings_ja.properties b/java/org/apache/tomcat/util/http/LocalStrings_ja.properties index 94518fff50..d987a43f81 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_ja.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_ja.properties @@ -27,13 +27,8 @@ parameters.copyFail=デバッグログの目的で元のパラメータ値のコ parameters.decodeFail.debug=文字列のデコードに失敗しました。パラメーター [{0}] (値 [{1}]) は無視しました。 parameters.decodeFail.info=文字のデコードに失敗しました。 値 [{1}] のパラメータ [{0}] は無視されました。 ここで引用された名前と値は、デコードに失敗したために破損している可能性があることに注意してください。 デバッグレベルのログを使用して、破損していない元の値を確認してください。 parameters.emptyChunk=空のパラメータチャンクが無視されます。 -parameters.fallToDebug=\n\ -\ 注: 以降のパラメータエラーの発生はDEBUGレベルでログに出力されます。 parameters.invalidChunk=バイト値 [{0}] で始まりバイト値 [{1}] で終了する不正なチャンクです。値 [{2}] を無視します。 parameters.maxCountFail=単独のリクエスト ([{0}]) のリクエストパラメーター (GET および POST) の数が上限値を超えています。上限値を超えるすべてのパラメーターは無視します。上限値を変更するには Connector 要素の maxParameterCount 属性を設定してください。 -parameters.maxCountFail.fallToDebug=\n\ -\ 注: 以降のこのエラーの発生はDEBUGレベルでログに出力されます。 -parameters.multipleDecodingFail=文字のデコードに失敗しました。 合計[{0}]個の障害が検出されましたが、最初のものだけが記録されました。 このロガーがすべての失敗を記録するためにはデバッグレベルのロギングを有効にします。 parameters.noequal=[{2}] の値で [{0}] の位置から [{1}] の位置で終了するパラメータには、''=''文字が続いていませんでした rfc6265CookieProcessor.invalidAttributeName=このCookieに無効な属性名 [{0}] が指定されました diff --git a/java/org/apache/tomcat/util/http/LocalStrings_ko.properties b/java/org/apache/tomcat/util/http/LocalStrings_ko.properties index 274ec8711e..e6e29fae80 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_ko.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_ko.properties @@ -27,13 +27,8 @@ parameters.copyFail=디버그 로그를 위한 원래의 파라미터 값들을 parameters.decodeFail.debug=문자 디코딩 실패. 값 [{1}](으)로 설정된 파라미터 [{0}]은(는) 무시됩니다. parameters.decodeFail.info=문자 디코딩이 실패했습니다. 값 [{1}]을(를) 가진 파라미터 [{0}]은(는) 무시되었습니다. 주의: 여기서 인용된 이름과 값은 디코딩 실패로 인해 데이터가 손상되었을 수 있습니다. 손상되지 않은 원본 데이터를 보시려면, 로그 레벨을 디버그 레벨로 하십시오. parameters.emptyChunk=빈 파라미터 chunk는 무시됩니다. -parameters.fallToDebug=\n\ -\ 비고: 파라미터 오류들이 더 발생하는 경우 DEBUG 레벨 로그로 기록될 것입니다. parameters.invalidChunk=[{0}] 바이트에서 시작하고 [{1}] 바이트에서 끝나며 값이 [{2}]인, 유효하지 않은 chunk는 무시됩니다. parameters.maxCountFail=단일 요청 ([{0}])에 허용되는 최대 요청 파라미터들의 개수 보다 더 많은 파라미터들이 탐지되었습니다. 이 한계값을 초과하는 파라미터들은 무시되었습니다. 이 한계값을 변경하기 위해서는 Connector의 maxParameterCount 속성을 설정하십시오. -parameters.maxCountFail.fallToDebug=\n\ -\ 비고: 이 오류가 더 발생하는 경우 DEBUG 레벨 로그로 기록될 것입니다. -parameters.multipleDecodingFail=문자 디코딩이 실패했습니다. 전체 [{0}]개의 실패가 탐지되었지만, 오직 첫번째 실패만 로그에 기록되었습니다. 모든 실패들을 로그에 남기려면 로그 레벨을 디버그 레벨로 설정하십시오. parameters.noequal=위치 [{0}]에서 시작하고 위치 [{1}]에서 끝나며 값이 [{2}]인 파라미터 다음에, ''='' 문자가 뒤따르지 않습니다. rfc6265CookieProcessor.invalidAttributeName=이 쿠키에 유효하지 않은 속성 이름 [{0}](이)가 지정되었습니다. diff --git a/java/org/apache/tomcat/util/http/LocalStrings_pt_BR.properties b/java/org/apache/tomcat/util/http/LocalStrings_pt_BR.properties deleted file mode 100644 index 9d295c7340..0000000000 --- a/java/org/apache/tomcat/util/http/LocalStrings_pt_BR.properties +++ /dev/null @@ -1,17 +0,0 @@ -# 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. - -parameters.fallToDebug=\n\ -\ Nota: próximas ocorrências do parâmetro erro serão registradas no log do tipo DEBUG diff --git a/java/org/apache/tomcat/util/http/LocalStrings_zh_CN.properties b/java/org/apache/tomcat/util/http/LocalStrings_zh_CN.properties index cee2400e84..55cf7922f6 100644 --- a/java/org/apache/tomcat/util/http/LocalStrings_zh_CN.properties +++ b/java/org/apache/tomcat/util/http/LocalStrings_zh_CN.properties @@ -27,13 +27,8 @@ parameters.copyFail=无法创建以调试日志记录为目的的原始参数值 parameters.decodeFail.debug=字符解码失败.参数 [{0}]和值 [{1}]被忽略 parameters.decodeFail.info=字符解码失败。值为[{1}]的参数[{0}]已被忽略。请注意,此处引用的名称和值可能由于解码失败而损坏。使用调试级别日志记录查看原始的、未损坏的值。 parameters.emptyChunk=忽略空参数块 -parameters.fallToDebug=\n\ -\ 注:更多的参数错误将以DEBUG级别日志进行记录。 parameters.invalidChunk=从字节[{0}]开始到字节[{1}]结束的无效块,忽略值[{2}] parameters.maxCountFail=检测到单个请求([{0}])的最大请求参数数(GET加POST)。 超出此限制的任何参数都被忽略。 要更改此限制,请在Connector上设置maxParameterCount属性。 -parameters.maxCountFail.fallToDebug=\n\ -\ 注意:更多的错误信息只在debug级别日志中记录 -parameters.multipleDecodingFail=字符解码失败。总共检测到[{0}]个失败,但只记录了第一个失败。为此记录器启用调试级别日志记录以记录所有故障。 parameters.noequal=):参数从位置[{0}]开始,到位置[{1}]结束,值为[{2}],后面没有“=”字符 rfc6265CookieProcessor.invalidAttributeName=cookie中包含无效属性名[{0}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org