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 version 11.0.x
Description As identified in Issue #6123 the jakarta.* classes from the container can be overridden by a webapp.
jakarta.*
This is incorrect per Servlet spec Section 15.2.1, and if the jakarta.* class exists in the container, the webapp shall not be allowed to override it.
The text was updated successfully, but these errors were encountered:
Issue #6125 - Add jakarta.* to system classes defaults
49ecc3b
Signed-off-by: Joakim Erdfelt <[email protected]>
Merge pull request #6126 from eclipse/jetty-11.0.x-systemclasses-jakarta
269d9b7
PR #6126 merged.
Sorry, something went wrong.
joakime
Successfully merging a pull request may close this issue.
Jetty version
11.0.x
Description
As identified in Issue #6123 the
jakarta.*
classes from the container can be overridden by a webapp.This is incorrect per Servlet spec Section 15.2.1, and if the
jakarta.*
class exists in the container, the webapp shall not be allowed to override it.The text was updated successfully, but these errors were encountered: