Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Novice
Description
The documentation currently references "localhost" as the listening address in many places. For example:
netty4-http:http://localhost:8080[?options]
Typically the localhost address is only used for the loopback adapter and is not accessible externally.
Standardizing on "0.0.0.0" in the documentation could prevent a lot of confusion for developers who might not be aware of this nuance. It seems like localhost is not the correct configuration for the majority of use cases.