Description of problem:There are errors when I open "EAP Domain Controller -> full-ha -> web -> ajp" configuration in UI Version-Release number of selected component (if applicable): 4.4.0-SNAPSHOT (2484565) EAP6 ER6 How reproducible:always Actual results: The following configuration properties have invalid values: [Protocol]. The values must be corrected before the configuration can be saved Expected results: Correct configuration is retrieved
AS7 actually returns protocol" => "AJP/1.3", now and not "AJP Config parser did not find AJP/1.3 in <c:simple-property name="protocol" required="true" type="string" readOnly="false" default="HTTP/1.1" defaultValue="HTTP/1.1" description="The web connector protocol. (e.g. 'HTTP/1.1' or 'AJP/1.3' or a name of a class implementing ProtocolHandler and MBeanRegistration )"> <c:property-options > <c:option value="HTTP/1.1"/> <c:option value="AJP"/> </c:property-options> </c:simple-property> Fix is to use <c:option value="AJP/1.3"/>
master 69ec5cd