JDK-6609798 : KernelDownloadUrl is not checked for background download
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2007-09-26
  • Updated: 2010-09-08
  • Resolved: 2008-04-17
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
6u10 b07Fixed
Description
In DownloadManager.java we should check the value of KernelDownloadUrl from registry in startBackgroundDownloadWithBroker method.  Also, the order of checking for bundles download location override should be as follows:
kernel.download.url system property
KernelDownloadUrl registry key

Comments
EVALUATION command line parameter for the download url should take over the registry key setting for the download url.
10-10-2007