vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 535 forks source link

HTTP/1.1 requests without a host header must send a 400 response #2613

Closed vietj closed 6 months ago

vietj commented 6 months ago

Update the routing context implementation to perform this check along with the other request related checks. The section of ForwardedParser which could expect a null authority is removed since we should not anymore fall in this case.