[jboss-jira] [JBoss JIRA] (WFLY-5215) [Migration operation] [Web to Undertow] Scheme attribute of ajp connector is not migrated

Radim Hatlapatka (JIRA) issues at jboss.org
Wed Aug 26 10:51:45 EDT 2015


Radim Hatlapatka created WFLY-5215:
--------------------------------------

             Summary: [Migration operation] [Web to Undertow] Scheme attribute of ajp connector is not migrated
                 Key: WFLY-5215
                 URL: https://issues.jboss.org/browse/WFLY-5215
             Project: WildFly
          Issue Type: Bug
          Components: Web (Undertow)
            Reporter: Radim Hatlapatka
            Assignee: Stuart Douglas


Scheme attribute of AJP connector is not migrated.
Web AJP configuration
{noformat}
<connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp"/>
{noformat}

should be migrated to
{noformat}
<ajp-listener name="ajp" socket-binding="ajp" scheme="http"/>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list