|
Quick Lists
|
|
Bug ID:
|
6883983
|
|
Votes
|
0
|
|
Synopsis
|
JarVerifier dependency on sun.security.pkcs should be removed
|
|
Category
|
java:classes_util_jarzip
|
|
Reported Against
|
|
|
Release Fixed
|
7(b75)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
21-SEP-2009
|
|
Description
|
java.util.jar.JarVerifier contains the following code:
} catch (sun.security.pkcs.ParsingException pe) {
if (debug != null) debug.println("processEntry caught: "+pe);
// ignore and treat as unsigned
} catch (IOException ioe) {
if (debug != null) debug.println("processEntry caught: "+ioe);
// ignore and treat as unsigned
This dependency on a provider specific class should be removed.
Posted Date : 2009-09-21 14:25:22.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
This undesirable dependency should be removed.
Posted Date : 2009-10-13 13:28:44.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |