-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.12.0
-
Fix Version/s: 2.12.0
-
Component/s: camel-netty
-
Labels:None
-
Estimated Complexity:Unknown
The HTTP 1.1 spec requires a HOST header
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
The client should include the host
And the server should validate and send back http code 400 if HOST header is missing.