Skip to content

Do not show using 0.0.0.0 in a url #50231

@shawkins

Description

@shawkins

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions