Details
Description
The host attribute of tomcat Http11ConnectorGBean and AJP13ConnectorGBean is ignored since BaseHttp11ConnectorGBean and AJP13ConnectorGBean constructors are invoking org.apache.catalina.connector.Connector.setAttribute("host", host) whereas the correct attribute name to use is "address".