JDK-6675452 : "Browser Settings Changed" dialog is displayed when ok button is clicked in java control panel
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2008-03-14
  • Updated: 2010-09-14
  • Resolved: 2010-09-14
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
7Resolved
Related Reports
Duplicate :  
Relates :  
Description
When user's deployment properties was having more slashes(/////), the tests started failing and IE crashed (More than 60 test cases failed). Fixed the following :
1. Removed deployment.properties for each test case 2. test case name is not unique in the properties.txt file, so added "=" symbol along with test case name in the grep statement.
Tested build : 6u10b b13
Teserd OS    : Windows XP

Steps to reproduce:
1. Make sure that Netscape 7.2 installed in the test machine
2. Install Normal JRE
3. Open Java Control Panel 
4. Click Ok button

"Browser Settings Changed"  dialog is displayed. This dialog is not seen when Netscape is not present on the test machine.
Expected behavior : When there is no change related to browser, this dialog should not be present.
Fix of 6634145 works fine when Netscape is not present in the test machine