In the current state of JDK1.2Beta3, the fix for 4108951 causes applets to fail
to be able to make calls back to their codebase host (regardless of the network
security setting of the appletviewer). This breaks various tests as well as
customer and example programs.
The fix for 4108951 made the assumption that the work to put the applet network
security policy completely into the Permission framework was already done; the
security group says that it will be done soon, but not for beta3, so the fix to
4108951 should be backed out.
to be able to make calls back to their codebase host (regardless of the network
security setting of the appletviewer). This breaks various tests as well as
customer and example programs.
The fix for 4108951 made the assumption that the work to put the applet network
security policy completely into the Permission framework was already done; the
security group says that it will be done soon, but not for beta3, so the fix to
4108951 should be backed out.
- relates to
-
JDK-4108951 async connect thread doesn't attempt connections in right access control context
-
- Closed
-