JDK-6804500 : A web page fails to load with JRE 6u11 and 6u12 with FF3 on windows
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u11
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-02-11
  • Updated: 2011-02-04
  • Resolved: 2011-02-04
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.
JDK 6
6u14 b03Fixed
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.

Comments
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.
12-02-2009

WORK AROUND set -Djavaplugin.classloader.cache.enabled=false
12-02-2009