提交 a117dc00 编写于 作者: K Kohsuke Kawaguchi

this is also a part of the signature file

上级 42a2b75c
......@@ -38,6 +38,7 @@ public class RemotingJarSignatureTest {
if (name.equals("META-INF/MANIFEST.MF")) continue;
if (name.startsWith("META-INF/") && name.endsWith(".SF")) continue;
if (name.startsWith("META-INF/") && name.endsWith(".RSA")) continue;
if (name.startsWith("META-INF/") && name.endsWith(".DSA")) continue;
// make sure bits are signed
IOUtils.copy(myJar.getInputStream(entry), new NullOutputStream());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册