United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6609800 Provide a registry key to disable kernel background download
6609800 : Provide a registry key to disable kernel background download

Details
Type:
Bug
Submit Date:
2007-09-26
Status:
Closed
Updated Date:
2010-09-08
Project Name:
JDK
Resolved Date:
2008-02-21
Component:
deploy
OS:
windows
Sub-Component:
deployment_toolkit
CPU:
generic
Priority:
P2
Resolution:
Fixed
Affected Versions:
6u5
Fixed Versions:
6u10

Related Reports

Sub Tasks

Description
Add registry key HKEY_LOCAL_MACHINE/Software/JavaSoft/KernelBackgroundDownload.  When this REG_DWORD type key is set to 0 , the background download should not start automatically.  This is needed for testing purposes.
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

The registry key is of type REG_DWORD and should be set to 0 if you'd like to disable the background download.  If the value of the key is 1 or key is not specified, the background download will start.

Just verified with the PIT build that the background download is not starting if the key is set to 0.
                                     
2007-10-31
EVALUATION

Add registry key HKEY_LOCAL_MACHINE/Software/JavaSoft/KernelBackgroundDownload
                                     
2007-10-10



Hardware and Software, Engineered to Work Together