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
commit 0ca4410f3dad7f503c96ebb2366a29f2291ff19e Author: Mark Thomas <[email protected]> AuthorDate: Thu Jun 4 16:33:15 2026 +0100 Fix ordering --- java/org/apache/catalina/manager/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/manager/LocalStrings.properties b/java/org/apache/catalina/manager/LocalStrings.properties index c94aaaf8d9..bfcfb8c7be 100644 --- a/java/org/apache/catalina/manager/LocalStrings.properties +++ b/java/org/apache/catalina/manager/LocalStrings.properties @@ -161,8 +161,8 @@ managerServlet.noWrapper=Container has not called setWrapper() for this servlet managerServlet.notDeployed=FAIL - Context [{0}] is defined in server.xml and may not be undeployed managerServlet.notSslConnector=SSL is not enabled for this connector managerServlet.objectNameFail=FAIL - Unable to register object name [{0}] for Manager Servlet -managerServlet.pathCheckFail=FAIL - Unable to use [{0}] as that is outside the expected directory [{1}] managerServlet.pathCheckError=FAIL - Unable to use [{0}] due to [{2}] while checking if it was outside the expected directory [{1}] +managerServlet.pathCheckFail=FAIL - Unable to use [{0}] as that is outside the expected directory [{1}] managerServlet.postCommand=FAIL - Tried to use command [{0}] via a GET request but POST is required managerServlet.reloaded=OK - Reloaded application at context path [{0}] managerServlet.renameFail=FAIL - Unable to rename [{0}] to [{1}]. This may cause problems for future deployments. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
