We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
** jetty 9.4.21 and above **
Problem occurs since commit 39c230f.
Servlets that do not support async, or for which <run-as> has been set, will not have methods annotated with @PreDestroy called.
The text was updated successfully, but these errors were encountered:
Issue #4737 Ensure lifecycle callbacks happen for run-as and non asyn…
19ea096
…c servlets Signed-off-by: Jan Bartel <janb@webtide.com>
Issue #4737 change after review
0a0f4f0
Signed-off-by: Jan Bartel <janb@webtide.com>
4b28422
…c servlets (#4744) * Issue #4737 Ensure lifecycle callbacks happen for run-as and non async servlets Signed-off-by: Jan Bartel <janb@webtide.com>
Fixed for 9.4.28.
Sorry, something went wrong.
Fix merge from 9.4 for #4737
f57a170
janbartel
No branches or pull requests
** jetty 9.4.21 and above **
Problem occurs since commit 39c230f.
Servlets that do not support async, or for which <run-as> has been set, will not have methods annotated with @PreDestroy called.
The text was updated successfully, but these errors were encountered: