JDK-7088859 : jnlp doc bundle should include short version string
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7u2
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,linux_redhat_6.1
  • CPU: generic
  • Submitted: 2011-09-09
  • Updated: 2011-10-12
  • Resolved: 2011-10-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.
JDK 7 JDK 8
7u2 b08Fixed 8Fixed
Description
Fix for 7076403 resolved missing parts in the bundle file name but we still using long version string. 
Here is the complain:

====
still see wrong file names for jdk8 and 7u2:

solaris-i586/latest/jnlp-1.8.0-ea-ea-doc-b04-.zip
solaris-sparc/latest/jnlp-8-ea-doc-b04-08_sep_2011.zip
solaris-sparc/latest/jnlp-8-ea-doc.zip

solaris-i586/latest/jnlp-1.7.0_02-ea-ea-doc-b06-08_Sep_2011.zip
solaris-sparc/latest/jnlp-7u2-ea-doc-b06-08_sep_2011.zip
solaris-sparc/latest/jnlp-7u2-ea-doc.zip

for solaris-i586, milestone appears twice. And the version string is not 8 or 7u2, but  1.8.0 or 1.7.0_02, inconsistent with solaris-sparc

Comments
EVALUATION Construct filename using same variables as bundles in install ws.
17-09-2011