JDK-4525356 : bundled JWS must overwrite 1.0.1x
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2001-11-09
  • Updated: 2013-06-04
  • Resolved: 2001-12-12
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.
Other
1.4.0 rc1Fixed
Related Reports
Relates :  
Description
Currently, when JWS 1.0.1_02 is integrated into Merlin, the Installshield installer will NOT overwrite 1.0.1x with 1.0.1_02 at install time.  This behavior was a workaround for bug 4488579, which caused the JWS cache to be deleted when it installed over an existing JWS.

Since we have fixed 4488579 in 1.0.1_02, and more importantly, since there is a needed security fix (4522528) in 1.0.1_02, we should now change the behavior of the Merlin installer: the bundled 1.0.1_02 should now overwrite an existing 1.0.1x.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-rc1 FIXED IN: merlin-rc1 INTEGRATED IN: merlin-rc1
14-06-2004

SUGGESTED FIX make/ishield/jre/jrescript.rul *************** *** 344,350 **** string szJavaWSArgs[255]; string szJavaWSKey[255]; begin ! szJavaWSKey = "\\SOFTWARE\\JavaSoft\\Java Web Start\\1.0.1_02"; RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE); // Install JavaWS if 1.0.1 or greater is not installed --- 344,350 ---- string szJavaWSArgs[255]; string szJavaWSKey[255]; begin ! szJavaWSKey = "\\SOFTWARE\\JavaSoft\\Java Web Start\\1.0.1"; RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE); // Install JavaWS if 1.0.1 or greater is not installed
11-06-2004

EVALUATION We'll fix this as part of the 1.0.1_02 integration, currently planned to putback on 11/30. ###@###.### 2001-11-09
09-11-2001