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 1cd8841dda Add missing string
1cd8841dda is described below
commit 1cd8841dda23e5bb22a95802af8df9c61a74601f
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 12:06:24 2026 +0100
Add missing string
---
java/org/apache/catalina/util/LocalStrings.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/catalina/util/LocalStrings.properties
b/java/org/apache/catalina/util/LocalStrings.properties
index af128ca5c5..e75efff036 100644
--- a/java/org/apache/catalina/util/LocalStrings.properties
+++ b/java/org/apache/catalina/util/LocalStrings.properties
@@ -47,6 +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.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]