-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
Describe the bug
When using the wildcard bind address, quarkus will emit a log showing "Listening on: http://0.0.0.0:8080"
Users may be tempted to copy that into their browsers or in some consoles this is an active link.
However the wildcard bind address is not expected to be used in a browser.
Expected behavior
The log could show that it's using the wildcard, but not present it in URL form.
Actual behavior
A URL with the wildcard bind address is shown.
How to Reproduce?
Start quarkus with info logging enabled.
Output of uname -a
or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
No labels