Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebServer implementations should return -1 if not listening on a port #24606

Closed
wants to merge 1 commit into from

Commits on Dec 23, 2020

  1. Let WebServer implementations return port -1 if not listening on a port

    The interface org.springframework.boot.web.server.WebServer defines
    that getPort() returns -1 if the server isn't listening on a port. This
    commit changes the implementations of the interface accordingly.
    
    See spring-projectsgh-24540
    spartusch committed Dec 23, 2020
    Copy the full SHA
    384eab6 View commit details
    Browse the repository at this point in the history