This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 3b7e770eb1 Fix ordering
3b7e770eb1 is described below
commit 3b7e770eb17d62318d9f341209db30ae2aa0d5e2
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 91dce2478d..1c628fd791 100644
--- a/java/org/apache/catalina/manager/host/LocalStrings.properties
+++ b/java/org/apache/catalina/manager/host/LocalStrings.properties
@@ -33,8 +33,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]