JDK-6995321 : Infrastructure changes in preparation for 6873615
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-10-27
  • Updated: 2011-05-18
  • Resolved: 2011-05-18
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 7
7 b119Fixed
Related Reports
Relates :  
Description
This could be called :
Need to not remove "Installed" applications when cache is cleared. (Phase 0)
The end result of these changes will be nothing has changes - except new -clearcache arg added that is (for now) identical to -uninstall or -Xclearcache
The main things needed is that we need interface to lap to store various install elements separately.
before this change we have just SHORTCUT_KEY, used for both extension installed, and shortcut installed, now we will have three:
SHORTCUT_KEY, EXTENSION_KEY, and JNLP_INSTALLED_KEY
also a lot of cleanup - removing duplicate methods (in Globals, and also in Config)

Comments
EVALUATION just code refactoring and cleanup - no functionality changes
27-10-2010