-
Bug
-
Resolution: Done
-
Critical
-
1.2.13.Final, 1.3.10.Final, 2.0.0.Final
-
None
The org.jboss.modcluster.container.tomcat.TomcatConnector#getType should not consult
return Boolean.TRUE.equals(IntrospectionUtils.getProperty(handler, "secure")) ? Type.HTTPS : Type.HTTP;
but rather whatever is set
SSLEnabled="true".