JDK-6477856 : offline support does not work for plugin applets
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows,windows_xp
  • CPU: x86
  • Submitted: 2006-10-03
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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 JDK 7
6u1Fixed 7 b13Fixed
Related Reports
Duplicate :  
Description
windows and IE only

offline support does not work for plugin applets

If the applet page and JAR files are cached, and IE is switched to "Work Offline", plugin should still be able to load the applet, and the JAR should be loaded from cache directly without timestamp check.

Comments
EVALUATION Should not check for JAR timestamp if IE is in offline mode.
03-10-2006