JDK-4193263 : java.util.jar.createZipEntry() spec says nothing about Manifest attributes
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1998-11-27
  • Updated: 2017-05-16
  • Resolved: 2003-11-11
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.
Other
5.0 b28Fixed
Description
Name: saC57035			Date: 11/27/98


java.util.jar.createZipEntry() spec says that createZipEntry()
creates a new JarEntry (ZipEntry) for the specified JAR file entry name. 
As it can be seen from the source of JDK1.2-fcsU 
(JarInputStream.java 1.20 98/08/17 line 180), createZipEntry()
actually copies Manifest attributes of the specified JAR file 
to the new JarEntry, which is not indicated in the spec. 

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic tiger-beta FIXED IN: tiger tiger-beta INTEGRATED IN: tiger-b28 tiger-beta VERIFIED IN: 1.5
17-09-2004

EVALUATION Will add the note for Tiger. ###@###.### 2003-09-17
17-09-2003