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

markt 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 30c7acb  Add missing '='
30c7acb is described below

commit 30c7acbace09716e2ee96039cf01f2c31ada4aef
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 20 07:37:17 2021 +0100

    Add missing '='
---
 java/org/apache/catalina/loader/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/loader/LocalStrings.properties 
b/java/org/apache/catalina/loader/LocalStrings.properties
index cb6e4a5..b861f8b 100644
--- a/java/org/apache/catalina/loader/LocalStrings.properties
+++ b/java/org/apache/catalina/loader/LocalStrings.properties
@@ -15,7 +15,7 @@
 
 webappClassLoader.addExportsJavaIo=You need to add 
"--add-opens=java.base/java.io={0}" to the JVM command line arguments to enable 
ObjectStream cache memory leak protection. Alternatively, you can suppress this 
warning by disabling ObjectStream class cache memory leak protection.
 webappClassLoader.addExportsRmi=You need to add 
"--add-opens=java.rmi/sun.rmi.transport={0}" to the JVM command line arguments 
to enable RMI Target memory leak detection. Alternatively, you can suppress 
this warning by disabling RMI Target memory leak detection.
-webappClassLoader.addExportsThreadLocalYou need to add 
"--add-opens=java.base/java.lang={0}" to the JVM command line arguments to 
enable ThreadLocal memory leak detection. Alternatively, you can suppress this 
warning by disabling ThreadLocal memory leak detection.
+webappClassLoader.addExportsThreadLocal=You need to add 
"--add-opens=java.base/java.lang={0}" to the JVM command line arguments to 
enable ThreadLocal memory leak detection. Alternatively, you can suppress this 
warning by disabling ThreadLocal memory leak detection.
 webappClassLoader.addPermissionNoCanonicalFile=Unable to obtain a canonical 
file path from the URL [{0}]
 webappClassLoader.addPermissionNoProtocol=The protocol [{0}] in the URL [{1}] 
is not supported so no read permission was granted for resources located at 
this URL
 webappClassLoader.addTransformer=Added class file transformer [{0}] to web 
application [{1}].

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to