Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-680

TomcatConnector#getType should not consult "secure" for HTTPS connectors

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 1.4.1.Final, 2.0.0.Final
    • 1.2.13.Final, 1.3.10.Final, 2.0.0.Final
    • Core + SPIs
    • 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".

              rhn-engineering-jclere Jean-Frederic Clere
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: