JDK-5094122 : Applets fail w/ GTK L&F due to security manager.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_10
  • CPU: generic,x86
  • Submitted: 2004-08-30
  • Updated: 2004-10-25
  • Resolved: 2004-09-22
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.

To download the current JDK release, click here.
Other JDK 6
5.0u1 betaFixed 6Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
When the SwingSet2 demo program from JDK is runned in applet mode (via browser or appletviewer) then switching it's L&F to GTK will cause the exception to be thrown (see attached text file).
Platforms: Solaris 9 Sparc, RedHat 9.0, RHAS 3.0, Fedora Core 2, SuSE 8.2 - generally speaking unix
Bundle: jdk 1.5.0 RC b63

Bug can be reproduced always and is not locale dependent.
###@###.### 2004-08-30

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.5.0_01 mustang FIXED IN: 1.5.0_01 mustang INTEGRATED IN: 1.5.0_01 mustang
28-09-2004

EVALUATION Metacity needs to open a configuration file on the local machine. This code is not wrapped in a doPrivileged block and therefore gets rejected by the SecurityManager. ###@###.### 2004-08-30 I'm updating the synopsis to be more accurate. ###@###.### 2004-08-31
30-08-2004