< prev index next >

test/sun/security/util/PropertyExpander/ExpandAndEncode.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test
  * @author Valerie Peng
  * @bug 4716213
  * @bug 4797850
+ * @modules java.base/sun.security.util
  * @summary Verify that expand(String, boolean) does not encode if
  * the value is a valid URI with a scheme (it is already encoded),
  * i.e. avoid double encoding.
  */
 import java.io.File;
< prev index next >