You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed:
The JdkHttpServerFactory ignores the host name/IP address in the provided URI and constructs an HttpServer instance which is always bound to "0.0.0.0". We have a use case where this is not acceptable, however, the API provides no way to customize this behavior.
Expected:
The JdkHttpServerFactory should respect the host name/IP address in the provided URI and bind the constructed HttpServer instance accordingly.
Environment
Any
Affected Versions
[2.23]
The text was updated successfully, but these errors were encountered:
Observed:
The JdkHttpServerFactory ignores the host name/IP address in the provided URI and constructs an HttpServer instance which is always bound to "0.0.0.0". We have a use case where this is not acceptable, however, the API provides no way to customize this behavior.
Expected:
The JdkHttpServerFactory should respect the host name/IP address in the provided URI and bind the constructed HttpServer instance accordingly.
Environment
Any
Affected Versions
[2.23]
The text was updated successfully, but these errors were encountered: