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

markt-asf 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 ed0cd57d82 Fix ordering
ed0cd57d82 is described below

commit ed0cd57d82a2fa0180acb56aad90682594d78de5
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 25 11:44:34 2026 +0100

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

diff --git a/java/org/apache/catalina/manager/host/LocalStrings.properties 
b/java/org/apache/catalina/manager/host/LocalStrings.properties
index 4cd020936c..b9e861ce58 100644
--- a/java/org/apache/catalina/manager/host/LocalStrings.properties
+++ b/java/org/apache/catalina/manager/host/LocalStrings.properties
@@ -36,8 +36,8 @@ hostManagerServlet.noCommand=FAIL - No command was specified
 hostManagerServlet.noHost=FAIL - Host name [{0}] does not exist
 hostManagerServlet.noStoreConfig=FAIL - Please enable StoreConfig to use this 
feature
 hostManagerServlet.noWrapper=Container has not called setWrapper() for this 
servlet
-hostManagerServlet.pathCheckFail=FAIL - Unable to use [{0}] as that is outside 
the expected directory [{1}]
 hostManagerServlet.pathCheckError=FAIL - Unable to use [{0}] due to [{2}] 
while checking if it was outside the expected directory [{1}]
+hostManagerServlet.pathCheckFail=FAIL - Unable to use [{0}] as that is outside 
the expected directory [{1}]
 hostManagerServlet.persist=persist: Persisting current configuration
 hostManagerServlet.persistFailed=FAIL - Failed to persist configuration
 hostManagerServlet.persisted=OK - Configuration persisted


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to