Skip to content

Jetty 9 Container.start() should wait till all non-webapp handlers are deployed. #13

@joakime

Description

@joakime

There are various non-webapp, non-servlet, based handlers that can be added to the Jetty server (such as Login / Security / Proxy / FCGI / Rewrite / etc ...)

These need to be deployed, before the webapp archive, and before the server.start() call.

The call in JettyEmbeddedContainer.start() to server.start() should be run after all of these handlers are added.

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