Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-884

[Migration operation] [Web to Undertow] Scheme attribute of ajp connector is not migrated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.DR10
    • None
    • Migration, Undertow
    • None

      Scheme attribute of AJP connector is not migrated.
      Web AJP configuration

      <connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp"/>
      

      should be migrated to

      <ajp-listener name="ajp" socket-binding="ajp" scheme="http"/>
      

      but is instead migrated to (note the missing scheme="http"

      <ajp-listener name="ajp" socket-binding="ajp"/>
      

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

              Created:
              Updated:
              Resolved: