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

remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8e75791  Minor fix
8e75791 is described below

commit 8e7579169eff3f9bb89a8ef788a339b86e53b1dd
Author: remm <[email protected]>
AuthorDate: Tue Apr 14 10:21:38 2026 +0200

    Minor fix
---
 src/it/simple-war-exec-project/src/main/tomcatconf/server.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml 
b/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
index 6453c10..56b4313 100644
--- a/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
+++ b/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
@@ -32,7 +32,7 @@
     <Connector port="8088"/>
     <Engine name="Catalina" defaultHost="localhost">
       <Valve className="org.apache.catalina.valves.AccessLogValve" 
-             resolveHosts="false" 
pattern="%t-ip:%a-protocol:%H-localPort:%p-path:%U-time:%D ms"/> 
+             pattern="%t-ip:%a-protocol:%H-localPort:%p-path:%U-time:%D ms"/> 
       <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
              resourceName="UserDatabase" />
       <Host name="localhost" appBase="webapps" />


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

Reply via email to