Skip to content

Commit

Permalink
use provided encoding for https conector
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeriaux committed Aug 28, 2015
1 parent 41c7953 commit 1fca8b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,8 @@ private void startContainer()

httpsConnector.setAttribute( "clientAuth", clientAuth );

httpsConnector.setURIEncoding( uriEncoding );

httpsConnector.setUseBodyEncodingForURI( this.useBodyEncodingForURI );

if ( address != null )
Expand Down

0 comments on commit 1fca8b0

Please sign in to comment.