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 02ebb2573d typo: war-tracking -> war-tracker
02ebb2573d is described below
commit 02ebb2573d33573d914307eeb823addd34857850
Author: maik <[email protected]>
AuthorDate: Tue Sep 23 16:03:46 2025 +0200
typo: war-tracking -> war-tracker
https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/startup/Constants.java#L37
---
webapps/docs/config/host.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml
index 00c84e7db1..7cf0070d96 100644
--- a/webapps/docs/config/host.xml
+++ b/webapps/docs/config/host.xml
@@ -302,7 +302,7 @@
<a href="#Automatic_Application_Deployment">Automatic Application
Deployment</a> for more information.</p>
<p>Note: If Tomcat expands the WAR file then it will add a file
- (<code>/META-INF/war-tracking</code>) to the unpacked directory
+ (<code>/META-INF/war-tracker</code>) to the unpacked directory
structure which it uses to detect changes in the WAR file while Tomcat
is not running. Any such change will trigger the deletion of the
expanded directory and the deployment of the updated WAR file when
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]