-
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
ELContextCleaner failed because cannot access a member of class javax.el.BeanELResolver with modifiers "private static final" #6980
Comments
even if it's only a warning and do not cause more issues. It simply doesn't work the field use by reflection must be marked as accessible. |
Signed-off-by: Olivier Lamy <[email protected]>
@olamy what jvm was this using? |
|
Having the same problem when stopping embedded jetty server. Is this problem with my code or jetty specific? jetty version: 10.0.5 |
@charlieslade this is a flaw in the EL API code that Jetty is attempting to work around. We've filed an issue about this with the Jakarta EL group at jakartaee/expression-language#171 |
Got it, thanks! |
Signed-off-by: Olivier Lamy <[email protected]>
Jetty version(s)
10.0.6
stacktrace:
The text was updated successfully, but these errors were encountered: