This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new c9c3b13 Add missing string
c9c3b13 is described below
commit c9c3b131933353c8d2f1a7ff8c9ceca02a42921f
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 16 16:10:10 2021 +0000
Add missing string
---
java/org/apache/jasper/resources/LocalStrings.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/jasper/resources/LocalStrings.properties
b/java/org/apache/jasper/resources/LocalStrings.properties
index 3fa55ad..670ea4e 100644
--- a/java/org/apache/jasper/resources/LocalStrings.properties
+++ b/java/org/apache/jasper/resources/LocalStrings.properties
@@ -298,6 +298,7 @@ jsp.warning.noJarScanner=Warning: No
org.apache.tomcat.JarScanner set in Servlet
jsp.warning.quoteAttributeEL=Warning: Invalid value for the initParam
quoteAttributeEL. Will use the default value of "false"
jsp.warning.recompileOnFail=Warning: Invalid value for the initParam
recompileOnFail. Will use the default value of "false"
jsp.warning.suppressSmap=Warning: Invalid value for the initParam
suppressSmap. Will use the default value of "false"
+jsp.warning.trimspaces=Warning: Invalid value for the initParam trimSpaces.
Will use the default value of "false"
jsp.warning.unknown.element.in.attribute=Unknown element [{0}] in attribute
jsp.warning.unknown.element.in.function=Unknown element [{0}] in function
jsp.warning.unknown.element.in.initParam=Unknown element [{0}] in validator''s
init-param
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]