You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: