Skip to content

Commit 1fca8b0

Browse files
committed
use provided encoding for https conector
1 parent 41c7953 commit 1fca8b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,8 @@ private void startContainer()
12021202

12031203
httpsConnector.setAttribute( "clientAuth", clientAuth );
12041204

1205+
httpsConnector.setURIEncoding( uriEncoding );
1206+
12051207
httpsConnector.setUseBodyEncodingForURI( this.useBodyEncodingForURI );
12061208

12071209
if ( address != null )

0 commit comments

Comments
 (0)