JDK-6213985 : Implement a flexible update policy.
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0,6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: generic,x86
  • Submitted: 2005-01-04
  • Updated: 2010-04-04
  • Resolved: 2005-05-11
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
6 b36Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
currently in JWS and JPI, whenever there is a updated resource hosted on the server, we will always download it to client during application/applet startup.

we would like to support a wider-range of update policy, such as background update; prompt user for decision, etc.
###@###.### 2005-1-04 22:31:53 GMT

Comments
SUGGESTED FIX see feature specification at: http://web-east.east/www/doc/1.6.0/RFE-6213985.html specification change webrev at: http://web-east.east/www/webrevs/andy/1.6.0/6213985-spec/ ###@###.### 2005-03-02 16:09:38 GMT
02-03-2005

EVALUATION suggested : new Control Panel option: deployment.update.prompt to control if user should be prompted for application update. JNLP Specification new element (sub-element of the <jnlp> element: <!ELEMENT update > <!ATTLIST update check (always | timeout | background) "timeout"> !ATTLIST update policy (always | prompt-update | prompt-run) "always"> current behavior is: if offline-allowed: check = timeout policy = always. if not offline-allowed: check = always; policy = always; we would change curent default to check = timeout and policy = always in both cases. ###@###.### 2005-2-02 16:20:35 GMT The spec change will be covered by: 6250176: Update Jnlp Spec for 6.0 This CR is for the implementation. ###@###.### 2005-04-11 14:02:58 GMT
02-02-2005