This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new e96e882a2c Fix ordering
e96e882a2c is described below
commit e96e882a2c515f76c36f6e0d624bcdf080cdb8e0
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]