test/jdk/sun/security/tools/jarsigner/JarSigningNonAscii.java
changeset 50064 e4a7bacf99b1
parent 47216 71c04702a3d5
child 50539 7bf4f1b5e438
--- a/test/jdk/sun/security/tools/jarsigner/JarSigningNonAscii.java	Tue May 08 20:59:58 2018 -0400
+++ b/test/jdk/sun/security/tools/jarsigner/JarSigningNonAscii.java	Wed May 09 09:50:25 2018 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 4924188
+ * @bug 4924188 8202816
  * @summary sign a JAR file that has entry names with non-ASCII characters.
  * @modules jdk.jartool/sun.security.tools.jarsigner
  * @run main/othervm JarSigningNonAscii
@@ -42,7 +42,6 @@
     private static String keystore;
 
     public static void main(String[] args) throws Exception {
-        Security.setProperty("jdk.jar.disabledAlgorithms", "");
 
         String srcDir = System.getProperty("test.src", ".");
         String destDir = System.getProperty("test.classes", ".");