Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http.jetty-4.0.6
-
None
Description
The JettyService allows configuring the host to null or 0.0.0.0 which both result binding to all interfaces. While this works fine, the endpoint property is only correctly set when the host is null, but not when it is set to 0.0.0.0. In the latter case it remains 0.0.0.0 (which potentially confuses down stream application depending on this endpoint property).
The problematic line of code seems to be in addEndpointProperties here