Searched defs:thatURL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/security/CodeSource/
H A DImplies.java36 URL thatURL = new URL("http", null, "file");
38 testImplies(thisURL, thatURL, false);
41 thatURL = new URL("HTTP", "localhost", "dir/file");
43 testImplies(thisURL, thatURL, true);
48 private static void testImplies(URL thisURL, URL thatURL, boolean result) argument
54 new CodeSource(thatURL, (java.security.cert.Certificate[]) null);

Completed in 49 milliseconds