This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 08740e90e8 Fix typo
08740e90e8 is described below
commit 08740e90e8e59b47a696a41515838e6959741020
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 e75efff036..4e7774d0ca 100644
--- a/java/org/apache/catalina/util/LocalStrings.properties
+++ b/java/org/apache/catalina/util/LocalStrings.properties
@@ -47,7 +47,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]