JDK-8342461 : Remove calls to doPrivileged in javafx.web/{android,ios}
Type:Bug
Component:javafx
Sub-Component:web
Affected Version:jfx24
Priority:P3
Status:Open
Resolution:Unresolved
Submitted:2024-10-16
Updated:2024-10-28
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
See JDK-8342441 for details.
This bug tracks the removal of doPrivileged in the android and ios code of the javafx.web module.
Comments
[~jvos] I filed this as part of a follow-up to JDK-8341090 to remove calls to doPrivileged once that initial fix is integrated. It can be done at any time after that is integrated (it isn't urgent, since doPrivileged will continue to unconditionally call the lambda just like it does today when there is no security manager). Feel free to reassign and/or target it to any release you prefer.