gradle-tomcat-plugin
gradle-tomcat-plugin copied to clipboard
Set redirectPort in SSL Connector
Our web.xml protects all resources (/*) with transport-guarantee CONFIDENTIAL, and turning on SSL in the plugin works as expected. However, the redirectPort attribute seems to be set to 80, regardless of the value of the httpsPort attribute. My request is that this attribute is set to the value of httpsPort, probably in "BaseTomcat7xPlusImpl.configureHttpsConnector" (?).
Thank you.
The redirect port should probably become a configurable property. Would you be interested in providing a pull request for this?
Closing as issue got no traction.