-
Bug
-
Resolution: Done
-
Major
-
2.0.27.Final
-
None
If Host header is empty, HttpServerExchange#getHostAndPort returns nothing instead of taking hostname from the destination address of the HTTP request.
It will be in sync with HttpServerExchange#getHost if it takes a look at the destination address in that case.
Furthermore, it would allow our RestEASY to create the correct UriInfo even if Host header is empty, see RESTEASY-2300.
- causes
-
RESTEASY-2300 Blank Host Name still throws exception
- Resolved
- is incorporated by
-
WFCORE-4741 Upgrade Undertow to 2.0.28.Final
- Closed