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: 6814509
Votes 0
Synopsis applet jnlp file update check should be done in background if update check="background" is specified
Category java_plugin:plugin2
Reported Against
Release Fixed 6u14(b04)
State 11-Closed, Verified, bug
Priority: 2-High
Related Bugs
Submit Date 06-MAR-2009
Description
performance wiki page:
http://j2se.sfbay.sun.com/web/bin/view/Deployment/JavaFXPerformance

use case 1, run 3

A:  applet JNLP update check (202ms) - should be done in background if JNLP file allows background check and JNLP is cached and matches.
Posted Date : 2009-03-06 22:49:42.0
Work Around
N/A
Evaluation
fix in 6u14 b04
Posted Date : 2009-03-06 22:50:12.0

Use cached applet JNLP to start applet and perform update check in background if JNLP file specify background update check.

Root cause was we are using LaunchDesc.buildDescriptor(File f) when trying to load cached jnlp, but that only works for dragged out applets.  We should use using LaunchDesc.buildDescriptor(File f, URL codebase, URL documentbase, URL originalRequest) when trying to load JNLP from cache instead.
Posted Date : 2009-03-12 06:36:22.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang