]
Radoslav Husar updated MODCLUSTER-680:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 2.0.0.Alpha1
Resolution: Done
TomcatConnector#getType should not consult "secure" for
HTTPS connectors
------------------------------------------------------------------------
Key: MODCLUSTER-680
URL:
https://issues.jboss.org/browse/MODCLUSTER-680
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.2.13.Final, 2.0.0.Alpha1, 1.3.10.Final
Reporter: Radoslav Husar
Assignee: Jean-Frederic Clere
Priority: Major
Fix For: 2.0.0.Alpha1
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"}}.