JDK-6599571 : Mismatch between Java Kernel bundle names and filenames on server
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: generic
  • Submitted: 2007-08-30
  • Updated: 2010-09-08
  • Resolved: 2008-04-17
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 6
6u10 b07Fixed
Description
Java Kernel is looking for bundle names of the form "java_util", but the DL8 servlet is returning names of the form "java_util.zip".  We just need to append a ".zip" to the search on the Java Kernel side of things.

Comments
EVALUATION We now check for both forms just to be safe.
26-09-2007