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

markt-asf 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 7d3c2b843c Fix typo
7d3c2b843c is described below

commit 7d3c2b843c07fa080c7a0982bc452f873ceff2cb
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 16:20:54 2026 +0100

    Fix typo
---
 java/org/apache/catalina/util/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/util/LocalStrings.properties 
b/java/org/apache/catalina/util/LocalStrings.properties
index 3a6fe27e64..63eaed8748 100644
--- a/java/org/apache/catalina/util/LocalStrings.properties
+++ b/java/org/apache/catalina/util/LocalStrings.properties
@@ -46,7 +46,7 @@ parameterMap.locked=No modifications are allowed to a locked 
ParameterMap
 resourceSet.locked=No modifications are allowed to a locked ResourceSet
 
 sessionIdGeneratorBase.createRandom=Creation of SecureRandom instance for 
session ID generation using [{0}] took [{1}] milliseconds.
-sessionIdGeneratorBase.idLengthTooShort=The requested session ID length of 
[{0}] is to short so the current value of [{1}] will be used
+sessionIdGeneratorBase.idLengthTooShort=The requested session ID length of 
[{0}] is too short so the current value of [{1}] will be used
 sessionIdGeneratorBase.noSHA1PRNG=The default SHA1PRNG algorithm for 
SecureRandom is not supported by this JVM. Using the platform default.
 sessionIdGeneratorBase.random=Exception initializing random number generator 
of class [{0}]. Falling back to java.secure.SecureRandom
 sessionIdGeneratorBase.randomAlgorithm=Exception initializing random number 
generator using algorithm [{0}]


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

Reply via email to