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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 1.4.1.Final, 2.0.0.Final
    • 1.2.13.Final, 1.3.10.Final, 2.0.0.Final
    • Core + SPIs
    • None

    Description

      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".

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: