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

markt 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 6d75d49  use provided encoding for https conector (#19)
6d75d49 is described below

commit 6d75d49e1b1fafaec9dce8f485d5e75b2789738d
Author: Benoit MERIAUX <[email protected]>
AuthorDate: Tue Jan 27 11:17:51 2026 +0100

    use provided encoding for https conector (#19)
---
 .../org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
 
b/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
index 7509faf..2f1e86d 100644
--- 
a/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
+++ 
b/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
@@ -1209,6 +1209,8 @@ public abstract class AbstractRunMojo
 
                     httpsConnector.setAttribute( "clientAuth", clientAuth );
 
+                    httpsConnector.setURIEncoding( uriEncoding );
+
                     httpsConnector.setUseBodyEncodingForURI( 
this.useBodyEncodingForURI );
 
                     if ( address != null )


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

Reply via email to