JDK-4765265 : Skip manifest scanning for all JRE-internal jar files
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-10-18
  • Updated: 2002-11-11
  • Resolved: 2002-10-25
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
1.4.2 mantisFixed
Related Reports
Relates :  
Relates :  
Description
4747365 included multiple optimizations for avoiding parsing of manifest files.
One of these included scanning (without parsing) the manifest for "class-path"
entries; another skips even the scanning step for certain well-known jar files
in the JRE. All of the jar files in the JRE should be added to the well-known
list, since none have class-path entries in their manifests.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b05 VERIFIED IN: mantis
14-06-2004

EVALUATION Small and safe optimization. ###@###.### 2002-10-18 Implemented in 1.4.2 b05. ###@###.### 2002-10-23
18-10-2002