-
Bug
-
Resolution: Fixed
-
P2
-
6u1, 6u2, 6u3, 6u4
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2153648 | 7 | Dennis Gu | P3 | Resolved | Fixed | beta |
When using 1.6.0_04 HtmlConveter to convert an applet to use 1.6.0_04 specific version on IE, it produces wrong version in the .cab file. This makes it impossible for 1.6.0_04 converted applet to trigger auto-download 1.6.0_04 jre version.
Here's is the incorrect part of the converted applet: (it includes the extra "0" after the"4")
<object
.....
codebase = "http://java.sun.com/update/1.6.0/jinstall-6u40-windows-i586.cab#Version=6,0,40,3"
.....
The same issue occurs in 6u1, 6u2 and 6u3.
Here's is the incorrect part of the converted applet: (it includes the extra "0" after the"4")
<object
.....
codebase = "http://java.sun.com/update/1.6.0/jinstall-6u40-windows-i586.cab#Version=6,0,40,3"
.....
The same issue occurs in 6u1, 6u2 and 6u3.
- backported by
-
JDK-2153648 HtmlConverter generates incorrect string version in the .cab file
-
- Resolved
-