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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 9634c58fddbd13f706a04faf193ce7d731b21cde
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 10 10:35:29 2019 +0100

    Ensure keys are alphabetical. Align format of web.xml fragments.
---
 java/org/apache/jasper/resources/LocalStrings.properties | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/jasper/resources/LocalStrings.properties 
b/java/org/apache/jasper/resources/LocalStrings.properties
index 3ae31c9..c90af28 100644
--- a/java/org/apache/jasper/resources/LocalStrings.properties
+++ b/java/org/apache/jasper/resources/LocalStrings.properties
@@ -16,6 +16,7 @@
 jasper.error.emptybodycontent.nonempty=According to TLD, tag [{0}] must be 
empty, but is not
 
 jsp.engine.info=Jasper JSP 2.3 Engine
+jsp.error.URLMustStartWithSlash=Path [{0}] must start with a slash character
 jsp.error.action.isnottagfile=[{0}] action can be used in tag files only
 jsp.error.action.istagfile=[{0}] action cannot be used in a tag file
 jsp.error.attempt_to_clear_flushed_buffer=Error: Attempt to clear a buffer 
that's already been flushed
@@ -246,7 +247,6 @@ jsp.error.unexpectedTag=Unexpected tag [{0}]
 jsp.error.unknown_attribute_type=Unknown attribute type [{1}] for attribute 
[{0}].
 jsp.error.unsupported.encoding=Unsupported encoding: [{0}]
 jsp.error.unterminated=Unterminated [{0}] tag
-jsp.error.URLMustStartWithSlash=Path [{0}] must start with a slash character
 jsp.error.usebean.duplicate=useBean: Duplicate bean name: [{0}]
 jsp.error.usebean.noSession=Illegal for useBean to use session scope when JSP 
page declares (via page directive) that it does not participate in sessions
 jsp.error.var_and_varReader=Only one of 'var' or 'varReader' may be specified
@@ -376,11 +376,13 @@ Automatically created by Apache Tomcat JspC.\n\
 jspc.webinc.footer=\n\
 <!--\n\
 End of content automatically created by Apache Tomcat JspC.\n\
--->\n
+-->\n\
+\n
 jspc.webinc.header=\n\
 <!--\n\
 Automatically created by Apache Tomcat JspC.\n\
--->\n
+-->\n\
+\n
 jspc.webinc.insertEnd=<!-- JSPC servlet mappings end -->
 jspc.webinc.insertStart=<!-- JSPC servlet mappings start -->
 jspc.webxml.footer=\n\


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

Reply via email to