-
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
Review Durable Filters, Servlets and Listeners #5835
Labels
Comments
@lachlan-roberts anything else we discussed? |
gregw
added a commit
that referenced
this issue
Dec 22, 2020
Filters, Servlets and Listeners are only durable if added prior to starting.
gregw
added a commit
that referenced
this issue
Dec 22, 2020
For non durable ServletContextListeners ensure that initialized is called if they are added during starting and that destroyed is called.
lachlan-roberts
added a commit
that referenced
this issue
Dec 23, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
gregw
added a commit
that referenced
this issue
Dec 23, 2020
Update WebSocketUpgradeFilter to have durable configuration.
Let's fix only in 10. |
gregw
added a commit
that referenced
this issue
Mar 3, 2021
Fix #5835 Durable filters and servlets with a general ServletHandler cleanup
gregw
added a commit
that referenced
this issue
Mar 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Jetty version
9.4.x
Description
Several issues have been seen with durable filters, servlets and listeners:
The text was updated successfully, but these errors were encountered: