Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6804500
Votes 0
Synopsis A web page fails to load with JRE 6u11 and 6u12 with FF3 on windows
Category java_plugin:plugin2
Reported Against
Release Fixed 6u14(b03)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 11-FEB-2009
Description
This is to track the following bugzilla bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=476706
Submitter claimed that a webpage fails to load with JRE 6u11 or 6u12 but does with 6u10 with FF3.x on windows XP.

Please refer to the above bugzilla report for details.
Posted Date : 2009-02-11 23:56:32.0
Work Around
set -Djavaplugin.classloader.cache.enabled=false
Evaluation
It is looks that the dummmyapplet (used for java.lang.System access) shares classloader with the first applet (JavaVer). Since 6u11, codebase lookup is set false for java package access. If that classloader is shared with an applet, the applet can not find flat classes from applet's codebase.
Posted Date : 2009-02-12 02:04:21.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang