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

[Migration operation] [Web to Undertow] Connector's protocol names via FQCN are not recognized as migratable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 10.0.0.CR1
    • 10.0.0.Beta2
    • Web (Undertow)
    • None

    Description

      In Web subsystem there is possible to define protocol either via its API name (e.g. HTTP/1.1, where it is taken default implementation of given API) or via FQCN.

      In case of HTTP/1.1 there are several implementations:
      JIO => org.apache.coyote.http11.Http11Protocol - default protocol
      NIO2 => org.apache.coyote.http11.Http11NioProtocol - required to be used to be able to use WebSockets
      APR (default with natives) => org.apache.coyote.http11.Http11AprProtocol

      The :migrate operation should also recognize these FQCN as valid HTTP/HTTPS protocols and migrate them correctly.

      Note: in case of AJP there are these FQCN:
      org.apache.coyote.ajp.AjpAprProtocol - AJP with natives enabled
      org.apache.coyote.ajp.AjpProtocol AJP without natives

      Attachments

        Issue Links

          Activity

            People

              sdouglas1@redhat.com Stuart Douglas
              rhatlapa@redhat.com Radim Hatlapatka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: