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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 1449441d81 Fix order
1449441d81 is described below

commit 1449441d81d1c66f9989c00f94af016f45857060
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 7 15:45:43 2025 +0100

    Fix order
---
 java/org/apache/catalina/servlets/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/LocalStrings.properties 
b/java/org/apache/catalina/servlets/LocalStrings.properties
index 6c6e8234c0..3a209f5d99 100644
--- a/java/org/apache/catalina/servlets/LocalStrings.properties
+++ b/java/org/apache/catalina/servlets/LocalStrings.properties
@@ -28,8 +28,8 @@ cgiServlet.find.path=CGI script requested at path [{0}] 
relative to CGI location
 cgiServlet.invalidArgumentDecoded=The decoded command line argument [{0}] did 
not match the configured cmdLineArgumentsDecoded pattern [{1}]
 cgiServlet.invalidArgumentEncoded=The encoded command line argument [{0}] did 
not match the configured cmdLineArgumentsEncoded pattern [{1}]
 cgiServlet.invalidCommand=Illegal Character in CGI command path ('.' or '..') 
detected, not running CGI [{0}]
-cgiServlet.notReady=CGI Servlet is not ready to run
 cgiServlet.noResources=No static resources were found
+cgiServlet.notReady=CGI Servlet is not ready to run
 cgiServlet.runBadHeader=Bad header line [{0}]
 cgiServlet.runFail=I/O problems processing CGI
 cgiServlet.runHeaderReaderFail=I/O problems closing header reader


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

Reply via email to