JDK-7099726 : jnlp-*.zip file name should use lowercase in the date string
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: x86
  • Submitted: 2011-10-11
  • Updated: 2014-01-13
  • Resolved: 2011-10-28
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
7u4Fixed 8 b12Fixed
Description
The date string in the jnlp file name should be all lowercase like jnlp-7u2-ea-doc-b07-10_oct_2011.zip, but the first character of month is now uppercase like jnlp-7u2-ea-doc-b07-10_Oct_2011.zip.

RE will put a workaround code in build script so that build won't fail because the lowercase file is not found. But development needs to fix this wrong name.

Comments
verified with 8 b13
13-01-2014

SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/8/7099726.0
13-10-2011

EVALUATION Fix "to lower case" pattern in makefile.
13-10-2011