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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 4f671199be Alphabetical order
4f671199be is described below

commit 4f671199be0ac33a6456ef9ff70bf6f7d938764f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Dec 19 17:03:38 2024 +0000

    Alphabetical order
---
 java/org/apache/catalina/servlets/LocalStrings.properties | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/servlets/LocalStrings.properties 
b/java/org/apache/catalina/servlets/LocalStrings.properties
index f60c50a7e1..b869d0819d 100644
--- a/java/org/apache/catalina/servlets/LocalStrings.properties
+++ b/java/org/apache/catalina/servlets/LocalStrings.properties
@@ -55,6 +55,8 @@ defaultServlet.skipfail=Read failed because only [{0}] bytes 
were available but
 defaultServlet.unknownBomConfig=Unrecognised value of [{0}] provided for 
useBomIfPresent initialization parameter
 defaultServlet.xslError=XSL transformer error
 
+webdavservlet.dataSourceStore.error=Error processing [{0}] on dead properties 
for path [{1}]
+webdavservlet.dataSourceStore.noDataSource=DataSource [{0}] was not found in 
the webapp environment
 webdavservlet.externalEntityIgnored=The request included a reference to an 
external entity with PublicID [{0}] and SystemID [{1}] which was ignored
 webdavservlet.inputstreamclosefail=Failed to close the inputStream of [{0}]
 webdavservlet.jaxpfailed=JAXP initialization failed
@@ -62,6 +64,3 @@ webdavservlet.memorystore=Non persistent memory storage will 
be used for dead pr
 webdavservlet.noStoreParameter=Init parameter [{0}] with value [{1}] was not 
found on the configured store
 webdavservlet.nonWildcardMapping=The mapping [{0}] is not a wildcard mapping 
and should not be used for the WebDAV Servlet
 webdavservlet.storeError=Error creating store of class [{0}], the default 
memory store will be used instead
-
-webdavservlet.dataSourceStore.error=Error processing [{0}] on dead properties 
for path [{1}]
-webdavservlet.dataSourceStore.noDataSource=DataSource [{0}] was not found in 
the webapp environment


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

Reply via email to