提交 e3597d8e 编写于 作者: A alanb

6883983: JarVerifier dependency on sun.security.pkcs should be removed

Reviewed-by: sherman, wetmore
上级 04ae560f
......@@ -293,10 +293,8 @@ class JarVerifier {
}
sfv.process(sigFileSigners);
} catch (sun.security.pkcs.ParsingException pe) {
if (debug != null) debug.println("processEntry caught: "+pe);
// ignore and treat as unsigned
} catch (IOException ioe) {
// e.g. sun.security.pkcs.ParsingException
if (debug != null) debug.println("processEntry caught: "+ioe);
// ignore and treat as unsigned
} catch (SignatureException se) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册