-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
NPE on WebSocketServerContainerInitializer.configureContext(ServletContextHandler) #3139
Labels
Bug
For general bugs on Jetty side
Comments
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
Dec 14, 2018
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This was referenced Dec 14, 2018
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
Dec 17, 2018
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
joakime
added a commit
that referenced
this issue
Jan 8, 2019
…ocket-sci Fixes #3139 - NPE in WebSocketContainerInitializer
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
Jan 9, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
Jan 24, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
Jan 25, 2019
…eContext If configure context is called with a context that does not yet have a server, we should just throw an ISE. This is better than having a different configuration result depending on if the context has been set been added to the handler tree or not. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
gregw
added a commit
that referenced
this issue
Jan 28, 2019
…ebsocket-sci Issue #3139 - NPE in WebSocketContainerInitializer for jetty10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the
ServletContextHandler
isn't added to theServer
yet, and you useWebSocketServerContainerInitializer.configureContext(context)
like this ...You'll get a NPE
The text was updated successfully, but these errors were encountered: