This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 6b8326367a Fix typo
6b8326367a is described below
commit 6b8326367a9bbb7041eea80b842c9a59ddd15820
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 87aa7f08fa..971b6ca4aa 100644
--- a/java/org/apache/catalina/util/LocalStrings.properties
+++ b/java/org/apache/catalina/util/LocalStrings.properties
@@ -49,7 +49,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]