Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2055416 | 1.4.2 | Calvin Cheung | P3 | Resolved | Fixed | mantis |
JDK-2055415 | 1.4.1_02 | Calvin Cheung | P3 | Resolved | Fixed | 02 |
The HTML converter uses the java.version system property to obtain the version string. Based on the version string, it automatically generates the cab version as well as the clsid. The current design works fine with major releases such as 1.4, maintenance releases such as 1.4.1, and update releases such as 1.4.0_01. But it doesn't works well with special releases such as 1.4.0_01a.
For 1.4.0_01a, the cab version will be 1,4,0,11
the clsid will be
CAFEEFAC-1400-0000-0001-BBCDEFFEDCBA
For 1.4.0_01a, the cab version will be 1,4,0,11
the clsid will be
CAFEEFAC-1400-0000-0001-BBCDEFFEDCBA
- backported by
-
JDK-2055415 HTML converter should be able to handle special releases such as 1.4.0_01a
-
- Resolved
-
-
JDK-2055416 HTML converter should be able to handle special releases such as 1.4.0_01a
-
- Resolved
-
- relates to
-
JDK-4636770 JPI is not designed to support different versioning convention
-
- Closed
-