[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)
Affects Versions: 10.0.0.Beta2
Reporter: Radim Hatlapatka
Assignee: Stuart Douglas
Fix For: 10.0.0.CR1
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}