-
Notifications
You must be signed in to change notification settings - Fork 98
Remove usage of java.security.AccessController? #443
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
Comments
Is there a platform view of whether running under a security manager is support for Jakarta EE 10? |
@markt-asf There basically is. I brought this to the attention of the platform team in a platform call, and there was consensus for putting out the statement that running under a security manager is at least deprecated. Patching in @ivargrimstad In case we don't outright remove it, there are maybe two alternative options:
|
AFAIK the intention is for |
I hope so, although at the moment it does seem to trigger warnings being logged. So that's why at least for the APIs it may not be a bad idea to disable the checks via a switch. Then again, maybe the warning can be disabled by the same kind of switch (at the JDK level). |
The Cookie class uses the
AccessController
, which is marked for removal in JDK 17:Shall we already remove this for Servlet 6.0.0 / Jakarta EE 10?
The text was updated successfully, but these errors were encountered: