Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13814

Drop messaging subsystem's HTTPUpgradeService's use of SimpleHttpUpgradeHandshake, drop dep on org.jboss.as.remoting

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 21.0.0.Beta1, 21.0.0.Final
    • None
    • JMS
    • None

      Messaging's HTTPUpgradeService is importing org.jboss.as.remoting.SimpleHttpUpgradeHandshake but then overrides its method. So just implement this directly and drop the org.jboss.as.remoting dependency.

      To be fair, SimpleHttpUpgradeHandshake also includes a complex 'FlexBase64' inner class, but undertow-core provides the same class. HttpUpgradeHandshake itself is from undertow-core so there's no reason not to use the Undertow class. (The same is true in SimpleHttpUpgradeHandshake.)

            ehugonne1@redhat.com Emmanuel Hugonnet
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: