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

rmaucher 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 ed65c3cb27 Ordering
ed65c3cb27 is described below

commit ed65c3cb27da94e471a93427d85652f045c1e0d5
Author: remm <[email protected]>
AuthorDate: Fri May 22 11:57:36 2026 +0200

    Ordering
---
 java/org/apache/tomcat/util/buf/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/buf/LocalStrings.properties 
b/java/org/apache/tomcat/util/buf/LocalStrings.properties
index 9da5874802..fc4ca48cd3 100644
--- a/java/org/apache/tomcat/util/buf/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/buf/LocalStrings.properties
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-asn1Parser.truncatedData=Need [{0}] bytes but only [{1}] are available
 asn1Parser.lengthInvalid=Invalid length [{0}] bytes reported when the input 
data length is [{1}] bytes
 asn1Parser.tagMismatch=Expected to find value [{0}] but found value [{1}]
+asn1Parser.truncatedData=Need [{0}] bytes but only [{1}] are available
 
 b2cConverter.decoderResetFail=Failed to reset instance of decoder for 
character set [{0}]
 b2cConverter.unknownEncoding=The character encoding [{0}] is not supported


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

Reply via email to