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 9a17784 Set encoding for https in 8.0.x as well
9a17784 is described below
commit 9a177844ea7c6ad86585594cd1df379400854331
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 27 10:18:54 2026 +0000
Set encoding for https in 8.0.x as well
---
.../org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java
b/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java
index 7171fe4..f97cf17 100644
---
a/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java
+++
b/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java
@@ -1280,6 +1280,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]